public class CadAcDbAssocNetwork extends CadAcDbAssocAction
Class describing Assoc Network.
CadAcDbAssocAction| Constructor and Description |
|---|
CadAcDbAssocNetwork()
Initializes a new instance of the
CadAcDbAssocNetwork class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getAccosActionsList()
Gets or sets the accos actions list.
|
List<CadParameter> |
getAccosNetworkList()
Gets or sets the accos network list.
|
int |
getNetworkActionIndex()
Gets or sets network action index.
|
List<AssocActionDependency> |
getNetworkActions()
Gets or sets network actions.
|
int |
getNetworkVersion()
Gets or sets network version.
|
List<String> |
getOwnedNetworkActions()
Gets or sets owned network actions.
|
void |
setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
|
void |
setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
|
void |
setNetworkActionIndex(int value)
Gets or sets network action index.
|
void |
setNetworkActions(List<AssocActionDependency> value)
Gets or sets network actions.
|
void |
setNetworkVersion(int value)
Gets or sets network version.
|
void |
setOwnedNetworkActions(List<String> value)
Gets or sets owned network actions.
|
getActionBody, getActionIndex, getClassVersion, getDependencies, getGeometryStatus, getMaxAssocDependencyIndex, getOwnedParams, getOwningNetwork, setActionBody, setActionIndex, setClassVersion, setDependencies, setGeometryStatus, setMaxAssocDependencyIndex, setOwnedParams, setOwningNetworkgetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadAcDbAssocNetwork()
Initializes a new instance of the CadAcDbAssocNetwork class.
public final List<CadParameter> getAccosNetworkList()
Gets or sets the accos network list.
Value: The accos network list.public final void setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
Value: The accos network list.public final List<CadParameter> getAccosActionsList()
Gets or sets the accos actions list.
Value: The accos actions list.public final void setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
Value: The accos actions list.public final int getNetworkVersion()
Gets or sets network version.
Value: The network version.public final void setNetworkVersion(int value)
Gets or sets network version.
Value: The network version.public final int getNetworkActionIndex()
Gets or sets network action index.
Value: The network action index.public final void setNetworkActionIndex(int value)
Gets or sets network action index.
Value: The network action index.public final List<AssocActionDependency> getNetworkActions()
Gets or sets network actions.
Value: The network actions.public final void setNetworkActions(List<AssocActionDependency> value)
Gets or sets network actions.
Value: The network actions.public final List<String> getOwnedNetworkActions()
Gets or sets owned network actions.
Value: The owned network actions.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.