public class CadSectionTypeSettings extends Object
The SectionTypeSettings data
Constructor and Description |
---|
CadSectionTypeSettings()
Initializes a new instance of the
CadSectionTypeSettings class. |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationBlockObjectHandle()
Gets or sets the destination block object handle.
|
String |
getDestinationFileName()
Gets or sets the name of the destination file.
|
int |
getGenerationOptionFlag()
Gets or sets the generation option flag.
|
int |
getGenerationSettingsNumber()
Gets or sets the generation settings number.
|
CadSectionGeometrySettings |
getSectionGeometrySettings()
Gets or sets the section geometry settings.
|
String |
getSectionGeometrySettingsDataMarker()
Gets or sets the section geometry settings data marker.
|
int |
getSectionType()
Gets or sets the type of the section.
|
String |
getSectionTypeSettingsEndMarker()
Gets or sets the section type settings end marker.
|
String |
getSectionTypeSettingsMarker()
Gets or sets the section type settings marker.
|
List<String> |
getSoftPointerIds()
Gets or sets the soft pointer ids.
|
int |
getSourceObjectsNumber()
Gets or sets the source objects number.
|
void |
setDestinationBlockObjectHandle(String value)
Gets or sets the destination block object handle.
|
void |
setDestinationFileName(String value)
Gets or sets the name of the destination file.
|
void |
setGenerationOptionFlag(int value)
Gets or sets the generation option flag.
|
void |
setGenerationSettingsNumber(int value)
Gets or sets the generation settings number.
|
void |
setSectionGeometrySettings(CadSectionGeometrySettings value)
Gets or sets the section geometry settings.
|
void |
setSectionGeometrySettingsDataMarker(String value)
Gets or sets the section geometry settings data marker.
|
void |
setSectionType(int value)
Gets or sets the type of the section.
|
void |
setSectionTypeSettingsEndMarker(String value)
Gets or sets the section type settings end marker.
|
void |
setSectionTypeSettingsMarker(String value)
Gets or sets the section type settings marker.
|
void |
setSoftPointerIds(List<String> value)
Gets or sets the soft pointer ids.
|
void |
setSourceObjectsNumber(int value)
Gets or sets the source objects number.
|
public CadSectionTypeSettings()
Initializes a new instance of the CadSectionTypeSettings
class.
public final CadSectionGeometrySettings getSectionGeometrySettings()
Gets or sets the section geometry settings.
public final void setSectionGeometrySettings(CadSectionGeometrySettings value)
Gets or sets the section geometry settings.
value
- The section geometry settings.public final String getSectionTypeSettingsMarker()
Gets or sets the section type settings marker.
public final void setSectionTypeSettingsMarker(String value)
Gets or sets the section type settings marker.
value
- The section type settings marker.public final int getSectionType()
Gets or sets the type of the section.
public final void setSectionType(int value)
Gets or sets the type of the section.
value
- The type of the section.public final int getGenerationOptionFlag()
Gets or sets the generation option flag.
public final void setGenerationOptionFlag(int value)
Gets or sets the generation option flag.
value
- The generation option flag.public final int getSourceObjectsNumber()
Gets or sets the source objects number.
public final void setSourceObjectsNumber(int value)
Gets or sets the source objects number.
value
- The source objects number.public final List<String> getSoftPointerIds()
Gets or sets the soft pointer ids.
public final void setSoftPointerIds(List<String> value)
Gets or sets the soft pointer ids.
value
- The soft pointer ids.public final String getDestinationBlockObjectHandle()
Gets or sets the destination block object handle.
public final void setDestinationBlockObjectHandle(String value)
Gets or sets the destination block object handle.
value
- The destination block object handle.public final String getDestinationFileName()
Gets or sets the name of the destination file.
public final void setDestinationFileName(String value)
Gets or sets the name of the destination file.
value
- The name of the destination file.public final int getGenerationSettingsNumber()
Gets or sets the generation settings number.
public final void setGenerationSettingsNumber(int value)
Gets or sets the generation settings number.
value
- The generation settings number.public final String getSectionGeometrySettingsDataMarker()
Gets or sets the section geometry settings data marker.
public final void setSectionGeometrySettingsDataMarker(String value)
Gets or sets the section geometry settings data marker.
value
- The section geometry settings data marker.public final String getSectionTypeSettingsEndMarker()
Gets or sets the section type settings end marker.
public final void setSectionTypeSettingsEndMarker(String value)
Gets or sets the section type settings end marker.
value
- The section type settings end marker.