CadSectionManager
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing SectionManager object.
Constructors
| Constructor | Description |
|---|---|
| CadSectionManager() | Initializes a new instance of the CadSectionManager class. |
Methods
| Method | Description |
|---|---|
| getSoftPointerIds() | Gets or sets the soft pointer ids. |
| setSoftPointerIds(List | 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
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. |
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:
| Parameter | Type | Description |
|---|---|---|
| value | int | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | short | The requires full update flag. |