Layout
|
The LayoutManager type exposes the following members.
| Name | Description | |
|---|---|---|
| LayoutManager | Constructor for the LayoutManager class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Current | Property that represents the current layout manager. | |
| CurrentLayout | Property that represents the current layout. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| LayoutCount | Property that represents the current number of layouts. | |
| 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) |
|
| CloneLayout | Clones a layout with a given layout name (copyName), sets the name for the new cloned layout, and specifies the tab order. | |
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CopyLayout | Copies a layout with a given layout name (copyName) and sets the name for the new copied layout. | |
| CreateLayout | Creates a new Layout object with the specified layout name. The layout name must be unique. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteLayout | Deletes a layout with the specified name from the database. | |
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLayoutId | Returns an object ID of a layout with the specified name. | |
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetNonRectangularViewportIdFromClipId | Returns the object ID for the non-rectangular viewport ID associated with the specified object ID of a clip entity. | |
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| 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) |
|
| RenameLayout | Renames the layout that has the name represented by the oldName parameter. | |
| 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_pAbortLayoutCopied | Event triggered when the copying of a layout is terminated. | |
| m_pAbortLayoutRemoved | Event triggered when the removal of a layout is terminated. | |
| m_pAbortLayoutRename | Event triggered when the renaming of a layout is terminated. | |
| m_pLayoutCopied | Event triggered when a layout is copied. | |
| m_pLayoutCreated | Event triggered when a layout is created and added to a database. | |
| m_pLayoutRemoved | Event triggered when a layout is removed from a database. | |
| m_pLayoutRenamed | Event triggered when a layout is renamed. | |
| m_pLayoutsReordered | Event triggered when the layouts are reordered. | |
| m_pLayoutSwitched | Event triggered when the active layout is changed. | |
| m_pLayoutToBeCopied | Event triggered when a layout is about to be copied. | |
| m_pLayoutToBeRemoved | Event triggered when a layout is about to be removed from a database. | |
| m_pLayoutToBeRenamed | Event triggered when a layout is about to be renamed. | |
| m_pPlotStyleTableChanged | Event triggered when the plot style table associated with a layout is changed. |
| © Bricsys NV. All rights reserved. |