Creates a parameter set defined by identifying location in reference coordinate system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnParameterSet CreateParameterSetTrajectory( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnParameterSet^ CreateParameterSetTrajectory( String __gc ^ Name, String __gc ^ Description ); |
| [Java] |
|---|
public IAgCrdnParameterSet createParameterSetTrajectory( 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.





