CadObjectWithAcisData

Inheritance: java.lang.Object, CadBaseEntity

Base class for CAD entity which contains ACIS data

Constructors

ConstructorDescription
CadObjectWithAcisData()Initializes a new instance of CadObjectWithAcisData class

Methods

MethodDescription
getProprietaryDataParameterList()Gets or sets the proprietary data parameter list.
setProprietaryDataParameterList(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String» value)Gets or sets the proprietary data parameter list.
getProprietaryData()Gets or sets the Proprietary data
initProprietaryData(int attr, String data)Initializes the proprietary data.

CadObjectWithAcisData()

public CadObjectWithAcisData()

Initializes a new instance of CadObjectWithAcisData class

getProprietaryDataParameterList()

public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> getProprietaryDataParameterList()

Gets or sets the proprietary data parameter list.

Returns: List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String» - The proprietary data list.

setProprietaryDataParameterList(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String» value)

public final void setProprietaryDataParameterList(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> value)

Gets or sets the proprietary data parameter list.

Parameters:

ParameterTypeDescription
valueList<com.aspose.ms.System.Collections.Generic.KeyValuePair<IntegerThe proprietary data list.

getProprietaryData()

public final String getProprietaryData()

Gets or sets the Proprietary data

Returns: String - The Proprietary data

initProprietaryData(int attr, String data)

public final void initProprietaryData(int attr, String data)

Initializes the proprietary data.

Parameters:

ParameterTypeDescription
attrintcad attribute.
dataStringstring value.