public interface ICadObjectContainer
Base interface for Cad objects
| Modifier and Type | Method and Description |
|---|---|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application defined codes container.
|
CadEmbeddedObjectContainer |
getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
|
String |
getObjectHandle()
Gets or sets the object handle.
|
CadXdataContainer |
getXdataContainer()
Gets or sets the xdata container.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
|
void |
setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
|
void |
setObjectHandle(String value)
Gets or sets the object handle.
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
Value: The xdata container.void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
Value: The xdata container.CadEmbeddedObjectContainer getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
String getObjectHandle()
Gets or sets the object handle.
Value: The object handle.void setObjectHandle(String value)
Gets or sets the object handle.
Value: The object handle.CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
Value: The application defined codes container.void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
Value: The application defined codes container.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.