public class CadSectionManager extends CadBaseObject
Class describing SectionManager object.
Constructor and Description |
---|
CadSectionManager()
Initializes a new instance of the
CadSectionManager class. |
Modifier and Type | Method and Description |
---|---|
short |
getRequiresFullUpdateFlag()
Gets or sets the requires full update flag.
|
int |
getSectionsNumber()
Gets or sets the sections number.
|
List<String> |
getSoftPointerIds()
Gets or sets the soft pointer ids.
|
void |
setRequiresFullUpdateFlag(short value)
Gets or sets the requires full update flag.
|
void |
setSectionsNumber(int value)
Gets or sets the sections number.
|
void |
setSoftPointerIds(List<String> value)
Gets or sets the soft pointer ids.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSectionManager()
Initializes a new instance of the CadSectionManager
class.
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 int getSectionsNumber()
Gets or sets the sections number.
public final void setSectionsNumber(int value)
Gets or sets the sections number.
value
- The sections number.public final short getRequiresFullUpdateFlag()
Gets or sets the requires full update flag.
public final void setRequiresFullUpdateFlag(short value)
Gets or sets the requires full update flag.
value
- The requires full update flag.