public abstract class CadBaseOwned extends CadBase
The Cad base owned object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadBaseOwned()
Initializes a new instance of the
CadBaseOwned class. |
Modifier and Type | Method and Description |
---|---|
String |
getHardOwner()
Gets or sets the hard owner.
|
String |
getSoftOwner()
Gets or sets the soft owner.
|
void |
mergeProperties_internalized(CadBase sourceObject)
The merge properties.
|
void |
setHardOwner(String value) |
void |
setSoftOwner(String value) |
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadBaseOwned()
Initializes a new instance of the CadBaseOwned
class.
public String getHardOwner()
Gets or sets the hard owner.
public void setHardOwner(String value)
public String getSoftOwner()
Gets or sets the soft owner.
public void setSoftOwner(String value)
public void mergeProperties_internalized(CadBase sourceObject)
The merge properties.
mergeProperties_internalized
in class CadBase
sourceObject
- The source object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.