public abstract class CadObjectWithAcisData extends CadBaseEntity
Base class for CAD entity which contains ACIS data
Constructor and Description |
---|
CadObjectWithAcisData()
Initializes a new instance of
CadObjectWithAcisData class |
Modifier and Type | Method and Description |
---|---|
String |
getProprietaryData()
Gets or sets the Proprietary data
|
List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> |
getProprietaryDataParameterList()
Gets or sets the proprietary data parameter list.
|
void |
initProprietaryData(int attr,
String data)
Initializes the proprietary data.
|
void |
setProprietaryDataParameterList(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> value)
Gets or sets the proprietary data parameter list.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getTypeName, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadObjectWithAcisData()
Initializes a new instance of CadObjectWithAcisData
class
public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> getProprietaryDataParameterList()
Gets or sets the proprietary data parameter list.
public final void setProprietaryDataParameterList(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> value)
Gets or sets the proprietary data parameter list.
value
- The proprietary data list.public final String getProprietaryData()
Gets or sets the Proprietary data
public final void initProprietaryData(int attr, String data)
Initializes the proprietary data.
attr
- cad attribute.data
- string value.