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)
Gets or sets the hard owner.
|
void |
setSoftOwner(String value)
Gets or sets the soft owner.
|
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, 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)
Gets or sets the hard owner.
public String getSoftOwner()
Gets or sets the soft owner.
public void setSoftOwner(String value)
Gets or sets the soft owner.
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.