|
|
The DocumentControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
DocumentControl()()()() |
Default constructor for DocumentControl
|
|
|
DocumentControl(IContainer) |
Overloaded constructor for DocumentControl.
This should be used where possible.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Releases all resources used by the MarshalByValueComponent. (Inherited from MarshalByValueComponent.) |
|
|
Dispose(Boolean) | (Overrides MarshalByValueComponent..::..Dispose(Boolean).) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
[To be supplied.] (Inherited from MarshalByValueComponent.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetService |
Gets the implementer of the IServiceProvider. (Inherited from MarshalByValueComponent.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
SetAsMainDocument |
Set this control's document as the main document for the application. This should be called
once at the beginning of the application. This DocumentControl should last for the lifetime
of the application and be the last DocumentControl to be disposed when the application terminates.
|
|
|
ShowCullingOptionsGui |
Shows the modal dialog for Culling Options.
|
|
|
ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from MarshalByValueComponent.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Container |
Gets the container for the component. (Inherited from MarshalByValueComponent.) |
|
|
DesignMode |
Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
|
|
Document |
Gets a reference to the Navisworks Document
|
|
|
Events |
Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) |
|
|
Site |
Gets or sets the site of the component. (Inherited from MarshalByValueComponent.) |
Events
| Name | Description | |
|---|---|---|
|
|
Disposed |
Adds an event handler to listen to the Disposed event on the component. (Inherited from MarshalByValueComponent.) |