|
|
The ApplicationControl type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
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.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Initialize |
Initialise the API. Safe to call multiple times, each call must have matching call
to Terminate.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
SetApplicationGui |
Sets/clears the implementation of IApplicationGui returned by
Application.Gui.
|
|
|
Terminate |
Terminate use of the API. Each call must have a matching call
to Initialize.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ApplicationType |
Specifies the type of application that will be built using Navisworks controls. The
default is MultipleDocument.
Must be called before Initialize.
|
|
|
CloseFileAfterLoad |
By default Navisworks files are held open whilst being viewed.
|
|
|
IsHardwareAccelerationActive |
Indicates whether Hardware Acceleration is actually being used.
|
|
|
IsHardwareAccelerationAvailable |
Indicates whether Hardware Acceleration is available.
|
|
|
IsInitialized |
Is the API initialized and ready for use ?
|
|
|
PreferHardwareAcceleration |
Specifies whether Hardware Acceleration should be used if available.
|
|
|
RequestedRuntimeLanguage |
Specifies the language that Navisworks should prefer (if installed).
Must be called before Initialize.
|
|
|
SelectionBehavior |
Specifies the Selection Behavior to be used during Picking.
|