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() |
int |
getTypeName()
Gets the name of the type.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setChildObjects(List<CadBase> value) |
void |
setTypeName(int value) |
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, 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(int value)
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.