A base interface implemented by all VGT
components. The methods and properties of the interface provide
type information about the VGT component.
![]() |
Creates an anonymous copy of the instance of a VGT component. The new component is not registered and will not be persisted nor restored when a scenario is saved or loaded. |
![]() |
Tests if the instance depends on another component. |
![]() |
Creates a copy of the instance of a VGT component. The new component is automatically registered and will be persisted or restored when a scenario is saved or loaded. |
![]() |
Exports the component to a file. |
![]() |
Renames the component. |
![]() |
Allows the user to access or change the component category (Folder). |
![]() |
Returns the context object associated with the instance. The returned object is either an instance of IAgCrdnInstance or IAgCrdnTemplate interface. |
![]() |
Returns the component description. |
![]() |
Returns a collection of embedded components. |
![]() |
Returns whether the VGT component can be duplicated. |
![]() |
Returns whether the component is modifiable. |
![]() |
Returns whether the component is ready. The component is ready if it's been fully initialized. |
![]() |
Returns whether the component is valid. |
![]() |
Returns the component kind. |
![]() |
Returns the component name. |
![]() |
Returns the component's fully qualified path (ie. \"CentralBody/Earth Body\", etc.). |
![]() |
An STK-conformant path to the VGT component that can be used to visualize the VGT components in 3D (i.e. \"CentralBody/Earth Body Vector\", etc.). |
![]() |
Returns the component type information. |