Represents the instance of STK object.
CopyObject | Copy and paste the current instance of STK Object. The copied object will be pasted as the sibling of the instance being copied. |
CreateOnePointAccess | Creates one point access to the supplied object name. The Remove method in IAgOnePtAccess should be called when you are done with the data. |
Export | Exports the object to a file. |
GetAccess | Returns an IAgStkAccess object. |
GetAccessToObject | Returns an IAgStkAccess object. |
IsAccessSupported | Used to determine whether or not the object supports Access. |
IsObjectCoverageSupported | Used to determine whether or not the object supports ObjectCoverage. |
IsVgtSupported | Returns whether the object supports Vector Geometry. |
Unload | Removes the object from the scenario. |
AccessConstraints | Get the constraints imposed on the object. |
CentralBodyName | The object's central body. |
Children | Returns a collection of direct descendants of the current object. |
ClassName | Returns a class name of the object (i.e. Aircraft, Facility.) |
ClassType | Returns a class type of the object (i.e. eAircraft, eFacility etc.) |
DataProviders | Returns the object representing a list of available data providers for the object. |
HasChildren | Returns true if the object has direct descendants. |
InstanceName | A name of the object. |
LongDescription | A long description of the object. |
Metadata | Gets the object's metadata. Metadata is a collection of keys and their associated values. |
ObjectCoverage | Returns an IAgStkObjectCoverage object. |
ObjectFiles | Returns the list of files that constitute an object. |
Parent | Returns the parent object or null if the object has become orphaned. The exception is AgStkObjectRoot object which is a topmost element and does not have a parent. |
Path | Returns the object path. |
Root | Returns the Root object or null. |
ShortDescription | The short description of the object. |
Vgt | Returns an instance of Vector Geometry Tool provider. |
Create a New
AdvCAT Object
[MATLAB] | Copy Code | |
---|---|---|
|