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 |
---|---|
CadStringParameter |
getUnderlayName()
Gets or sets the name of the underlay.
|
CadStringParameter |
getUnderlayPathAndFileName()
Gets or sets the name of the underlay path and file.
|
void |
setUnderlayName(CadStringParameter value)
Gets or sets the name of the underlay.
|
void |
setUnderlayPathAndFileName(CadStringParameter value)
Gets or sets the name of the underlay path and file.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadUnderlayDefinition()
Initializes a new instance of the CadUnderlayDefinition
class.
public final CadStringParameter getUnderlayPathAndFileName()
Gets or sets the name of the underlay path and file.
public final void setUnderlayPathAndFileName(CadStringParameter value)
Gets or sets the name of the underlay path and file.
value
- The name of the underlay path and file.public final CadStringParameter getUnderlayName()
Gets or sets the name of the underlay.
public final void setUnderlayName(CadStringParameter value)
Gets or sets the name of the underlay.
value
- The name of the underlay.