Layer
|
The LayerStateManager type exposes the following members.
| Name | Description | |
|---|---|---|
| LayerStateManager | Constructor for the LayerStateManager class. Creates a LayerStateManager object from the specified database. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| LastRestoredLayerState | Property that represents the last restored layer state. Currently not implemented. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareLayerStateToDb | Compares a specified layer state to the layer state associated with a specified viewport. | |
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteLayerState | Deletes a layer state with the specified name. | |
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| ExportLayerState | Exports a specific layer state. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLayerStateDescription | Retrieves the description from a specified layer state. | |
| GetLayerStateLayers | Retrieves a list of names of layers associated with a specified layer state. | |
| GetLayerStateMask | Retrieves a layer state mask from a specific layer state. A layer state mask determines which layer attributes are stored in the layer state. | |
| GetLayerStateNames | Retrieves a list of names of layer states contained in the current database. | |
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| HasLayerState | Indicates if the layer state with the given name is managed by this layer state manager object. | |
| ImportLayerState | Imports a layer state. | |
| ImportLayerStateFromDb | Imports a specific layer state from the database. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| LayerStateHasViewportData | Checks whether the specified layer has viewport data. | |
| LayerStatesDictionaryId | Gets the layer state dictionary ID if present in the current database. The layer state dictionary can be created if it is not present and the bCreateIfNotPresent parameter is set to true. | |
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| RenameLayerState | Renames a layer state. | |
| RestoreLayerState | Restores the specified layer state. | |
| SaveLayerState | Saves a layer state to the current database. | |
| SetLayerStateDescription | Sets a description for a specified layer state. | |
| SetLayerStateMask | Sets the layer state mask for a specific layer state. | |
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| Name | Description | |
|---|---|---|
| m_pAbortLayerStateDelete | Event triggered when the layer state delete process is aborted. | |
| m_pAbortLayerStateRename | Event triggered when the layer state rename process is aborted. | |
| m_pAbortLayerStateRestore | Event triggered when the layer state restore process is aborted. | |
| m_pLayerStateCompareFailed | Event triggered when the layer state comparison failed. | |
| m_pLayerStateCreated | Event triggered when the layer state is created. | |
| m_pLayerStateDeleted | Event triggered when the layer state is deleted. | |
| m_pLayerStateRenamed | Event triggered when the layer state is renamed. | |
| m_pLayerStateRestored | Event triggered when the layer state is restored. | |
| m_pLayerStateToBeDeleted | Event triggered when the layer state is about to be deleted. | |
| m_pLayerStateToBeRenamed | Event triggered when the layer state is about to be renamed. | |
| m_pLayerStateToBeRestored | Event triggered when the layer state is about to be restored. |
| © Bricsys NV. All rights reserved. |