Returns whether the specified type is supported.
| [Visual Basic .NET] |
|---|
Public Function IsTypeSupported( _ ByVal EType As AgECrdnParameterSetType _ ) As Boolean |
| [C#] |
|---|
public bool IsTypeSupported( |
| [Managed C++] |
|---|
public: bool IsTypeSupported( |
| [Java] |
|---|
public bool isTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsTypeSupported( |
- EType
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.
Determine if the specified parameter set type is supported.
| [C#] | Copy Code | |
|---|---|---|
| ||
Determine if the specified parameter set type is supported.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
