CadObjectWithAcisData
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseEntity
Base class for CAD entity which contains ACIS data
Constructors
| Constructor | Description |
|---|---|
| CadObjectWithAcisData() | Initializes a new instance of CadObjectWithAcisData class |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer | The 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:
| Parameter | Type | Description |
|---|---|---|
| attr | int | cad attribute. |
| data | String | string value. |