Creates and registers a parameter set using
specified name and description.
| [Visual Basic .NET] |
|---|
Public Function Create( _
ByVal Name As String, _
ByVal Description As String, _
ByVal Type As AgECrdnParameterSetType _
) As IAgCrdnParameterSet
|
| [C#] |
|---|
public IAgCrdnParameterSet Create(
|
| [Managed C++] |
|---|
public: IAgCrdnParameterSet^ Create(
|
| [Java] |
|---|
public IAgCrdnParameterSet create(
|
| [Unmanaged C++] |
|---|
public: HRESULT Create(
|
- Name
- Description
- Type
-
Member Value Description eCrdnParameterSetTypeUnknown -1 Unknown or unsupported parameter set eCrdnParameterSetTypeAttitude 0 A parameter set type is defined by identifying one set of axes in reference to another. eCrdnParameterSetTypeGroundTrajectory 1 A parameter set type is defined by identifying location in reference central body. eCrdnParameterSetTypeTrajectory 2 A parameter set type is defined by identifying location in reference coordinate system. eCrdnParameterSetTypeOrbit 3 A parameter set type is defined by identifying orbiting point and its central body. eCrdnParameterSetTypeVector 4 A parameter set type is defined by identifying vector in reference axes.
Spaces and most punctuation ( except for
"-_().") cannot be used as a part of a component name when creating
new components via VGT API.
Create an attitude
parameter set.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Create an attitude
parameter set.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||