Description
Returns a template provider. The method takes a class name (i.e. \"Satellite\", \"Facility\", etc.).
Syntax
Parameters
See Also
Example
Get A Vector Geometry Tool template provider.
[C#] |
---|
//Returns a VGT provider associated with the specified
// STK object class (i.e., Satellite, Facility, etc.) or
// a Central Body.
IAgCrdnProvider provider = root.GetTemplateProvider(className);
|
|
Get A Vector Geometry Tool template provider.
[Visual Basic .NET] |
---|
'Returns a VGT provider associated with the specified
' STK object class (i.e., Satellite, Facility, etc.) or
' a Central Body.
Dim provider As IAgCrdnProvider = root.GetTemplateProvider(className)
|
|