CadSectionTypeSettings

The SectionTypeSettings data

Constructors

ConstructorDescription
CadSectionTypeSettings()Initializes a new instance of the CadSectionTypeSettings class.

Methods

MethodDescription
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 value)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:

ParameterTypeDescription
valueCadSectionGeometrySettingsThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueintThe source objects number.

getSoftPointerIds()

public final List<String> getSoftPointerIds()

Gets or sets the soft pointer ids.

Returns: List - The soft pointer ids.

setSoftPointerIds(List value)

public final void setSoftPointerIds(List<String> value)

Gets or sets the soft pointer ids.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueintThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueStringThe section type settings end marker.