public class CadSectionSettings extends CadBaseObject
Class describing SectionSettings object.
Constructor and Description |
---|
CadSectionSettings()
Initializes a new instance of the
CadSectionSettings class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getGenerationSettingsNumber()
Gets or sets the generation settings number.
|
CadIntParameter |
getSectionType()
Gets or sets the type of the section.
|
CadSectionTypeSettings |
getSectionTypeSettings()
Gets or sets the section type settings.
|
void |
setGenerationSettingsNumber(CadIntParameter value)
Gets or sets the generation settings number.
|
void |
setSectionType(CadIntParameter value)
Gets or sets the type of the section.
|
void |
setSectionTypeSettings(CadSectionTypeSettings value)
Gets or sets the section type settings.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadSectionSettings()
Initializes a new instance of the CadSectionSettings
class.
public CadSectionTypeSettings getSectionTypeSettings()
Gets or sets the section type settings.
public void setSectionTypeSettings(CadSectionTypeSettings value)
Gets or sets the section type settings.
value
- The section type settings.public CadIntParameter getSectionType()
Gets or sets the type of the section.
public void setSectionType(CadIntParameter value)
Gets or sets the type of the section.
value
- The type of the section.public CadIntParameter getGenerationSettingsNumber()
Gets or sets the generation settings number.
public void setGenerationSettingsNumber(CadIntParameter value)
Gets or sets the generation settings number.
value
- The generation settings number.