Creates a parameter set defined by identifying orbiting point and its central body.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnParameterSet CreateParameterSetOrbit( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnParameterSet^ CreateParameterSetOrbit( String __gc ^ Name, String __gc ^ Description ); |
| [Java] |
|---|
public IAgCrdnParameterSet createParameterSetOrbit( String Name, String Description ); |
| [Unmanaged C++] |
|---|
|
- Name
- Description
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.





