Creates a point fixed on a central body.
| [Visual Basic .NET] |
|---|
Public Function CreatePointFixedOnCentralBody( _ ByVal PointName As String, _ ByVal Description As String, _ ByVal Longitude As System.Object, _ ByVal Latitude As System.Object, _ ByVal Altitude As Double, _ ByVal ReferenceShape As AgECrdnReferenceShapeType _ ) As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint CreatePointFixedOnCentralBody( |
| [Managed C++] |
|---|
public: IAgCrdnPoint^ CreatePointFixedOnCentralBody( |
| [Java] |
|---|
public IAgCrdnPoint createPointFixedOnCentralBody( |
| [Unmanaged C++] |
|---|
public: HRESULT CreatePointFixedOnCentralBody( |
- PointName
- Specify a component name.
- Description
- Specify a component description.
- Longitude
- Specify a longitude.
- Latitude
- Specify a latitude.
- Altitude
- Specify an altitude.
- ReferenceShape
Specify an reference shape.Member Value Description eCrdnReferenceShapeEllipsoid 1 An ellipsoid reference shape as defined by the central body (by default, it is WSG84). eCrdnReferenceShapeTerrain 2 Terrain as the terrain reference. eCrdnReferenceShapeMSL 3 Mean Sea Level as the terrain reference.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
