public abstract class CadBaseObject extends CadBaseOwned
Base class for Cad objects
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadBaseObject()
Initializes a new instance of the
CadBaseObject class. |
Modifier and Type | Method and Description |
---|---|
List<CadBase> |
getChildObjects()
Gets or sets the child objects.
|
int |
getTypeName()
Gets the name of the type.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setChildObjects(List<CadBase> value)
Gets or sets the child objects.
|
void |
setTypeName_internalized(int value)
Gets the name of the type.
|
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadBaseObject()
Initializes a new instance of the CadBaseObject
class.
public int getTypeName()
Gets the name of the type.
Value: The name of the type.public void setTypeName_internalized(int value)
Gets the name of the type.
Value: The name of the type.public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBaseOwned
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.