public class CadAcDbAssocNetwork extends CadBaseObject
Class describing Ac Db Assoc Network.
CadBaseObject
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.
|
void |
setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
|
void |
setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadAcDbAssocNetwork()
Initializes a new instance of the CadAcDbAssocNetwork
class.
public List<CadParameter> getAccosNetworkList()
Gets or sets the accos network list.
public void setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
value
- The accos network list.public List<CadParameter> getAccosActionsList()
Gets or sets the accos actions list.
public void setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
value
- The accos actions list.