Creates a VGT system using the specified name, description and type.
[Visual Basic .NET] |
---|
Public Function Create( _ ByVal SystemName As String, _ ByVal Description As String, _ ByVal SystemType As AgECrdnSystemType _ ) As IAgCrdnSystem |
[C#] |
---|
public IAgCrdnSystem Create( |
[Managed C++] |
---|
public: IAgCrdnSystem^ Create( |
[Java] |
---|
public IAgCrdnSystem create( |
[Unmanaged C++] |
---|
public: HRESULT Create( |
- SystemName
- Specify a component name.
- Description
- Specify a component description.
- SystemType
Specify a component type.Member Value Description eCrdnSystemTypeUnknown -1 Unknown or unsupported system type. eCrdnSystemTypeAssembled 0 A system assembled from an origin point and a set of reference axes. eCrdnSystemTypeOnSurface 1 A system with an origin on the surface of the central body with topocentric axes rotated on a clock angle. eCrdnSystemTypeTemplate 2 Represents a VGT system created from a template. This type of system is not creatable.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Create a system assembled from a point serving as its origin and a set of reference axes.
[C#] | ![]() | |
---|---|---|
|
Create a system assembled from a point serving as its origin and a set of reference axes.
[Visual Basic .NET] | ![]() | |
---|---|---|
|