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