CadSectionManager

Inheritance: java.lang.Object, CadBaseObject

Class describing SectionManager object.

Constructors

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

Methods

MethodDescription
getSoftPointerIds()Gets or sets the soft pointer ids.
setSoftPointerIds(List value)Gets or sets the soft pointer ids.
getSectionsNumber()Gets or sets the sections number.
setSectionsNumber(int value)Gets or sets the sections number.
getRequiresFullUpdateFlag()Gets or sets the requires full update flag.
setRequiresFullUpdateFlag(short value)Gets or sets the requires full update flag.

CadSectionManager()

public CadSectionManager()

Initializes a new instance of the CadSectionManager class.

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.

getSectionsNumber()

public final int getSectionsNumber()

Gets or sets the sections number.

Returns: int - The sections number.

setSectionsNumber(int value)

public final void setSectionsNumber(int value)

Gets or sets the sections number.

Parameters:

ParameterTypeDescription
valueintThe sections number.

getRequiresFullUpdateFlag()

public final short getRequiresFullUpdateFlag()

Gets or sets the requires full update flag.

Returns: short - The requires full update flag.

setRequiresFullUpdateFlag(short value)

public final void setRequiresFullUpdateFlag(short value)

Gets or sets the requires full update flag.

Parameters:

ParameterTypeDescription
valueshortThe requires full update flag.