Description
Returns an instance provider. The method takes a short instance path to an STK object or a central body.(i.e. \"Satellite/Satellite1\", \"CentralBody/Earth\", etc.)
Syntax
[Visual Basic .NET] |
---|
Public Function GetProvider( _
ByVal InstPath As String _
) As
|
Parameters
See Also
Example
Get a Vector Geometry Tool provider
[C#] |
---|
//Returns a provider associated with the specified
// instance of an STK Object or a Central Body.
IAgCrdnProvider provider = root.GetProvider(path);
|
|
Get a Vector Geometry Tool provider
[Visual Basic .NET] |
---|
'Returns a provider associated with the specified
' instance of an STK Object or a Central Body.
Dim provider As IAgCrdnProvider = root.GetProvider(path)
|
|