public class CadUnderlayDefinition extends CadBaseObject
Class describing UNDERLAYDEFINITION object.
Constructor and Description |
---|
CadUnderlayDefinition()
Initializes a new instance of the
CadUnderlayDefinition class. |
Modifier and Type | Method and Description |
---|---|
String |
getUnderlayName()
Gets or sets the name of the underlay.
|
String |
getUnderlayPathAndFileName()
Gets or sets the name of the underlay path and file.
|
void |
setUnderlayName(String value)
Gets or sets the name of the underlay.
|
void |
setUnderlayPathAndFileName(String value)
Gets or sets the name of the underlay path and file.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadUnderlayDefinition()
Initializes a new instance of the CadUnderlayDefinition
class.
public final String getUnderlayPathAndFileName()
Gets or sets the name of the underlay path and file.
public final void setUnderlayPathAndFileName(String value)
Gets or sets the name of the underlay path and file.
value
- The name of the underlay path and file.public final String getUnderlayName()
Gets or sets the name of the underlay.
public final void setUnderlayName(String value)
Gets or sets the name of the underlay.
value
- The name of the underlay.