Creates a point fixed on a central body.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPoint CreatePointFixedOnCentralBody( string PointName, string Description, System.Object Longitude, System.Object Latitude, double Altitude, AgECrdnReferenceShapeType ReferenceShape ); |
| [Managed C++] |
|---|
public: IAgCrdnPoint^ CreatePointFixedOnCentralBody( String __gc ^ PointName, String __gc ^ Description, VARIANT Longitude, VARIANT Latitude, double Altitude, AgECrdnReferenceShapeType ReferenceShape ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint createPointFixedOnCentralBody( String PointName, String Description, AgVariant Longitude, AgVariant Latitude, double Altitude, AgECrdnReferenceShapeType ReferenceShape ); |
[Python - STK API ] |
|---|
def CreatePointFixedOnCentralBody(self, PointName:str, Description:str, Longitude:typing.Any, Latitude:typing.Any, Altitude:float, ReferenceShape:"AgECrdnReferenceShapeType") -> "IAgCrdnPoint": |
- 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.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.






