Creates a non-persistent point fixed in a specified reference system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPointFixedInSystem CreateFixedInSystemCartographic( IAgCrdnSystem ReferenceSystem, System.Object Latitude, System.Object Longitude, double Altitude ); |
| [Managed C++] |
|---|
public: IAgCrdnPointFixedInSystem^ CreateFixedInSystemCartographic( IAgCrdnSystem ^ ReferenceSystem, VARIANT Latitude, VARIANT Longitude, double Altitude ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPointFixedInSystem createFixedInSystemCartographic( IAgCrdnSystem ReferenceSystem, AgVariant Latitude, AgVariant Longitude, double Altitude ); |
[Python - STK API ] |
|---|
def CreateFixedInSystemCartographic(self, ReferenceSystem:"IAgCrdnSystem", Latitude:typing.Any, Longitude:typing.Any, Altitude:float) -> "IAgCrdnPointFixedInSystem": |
- ReferenceSystem
- Specify a reference system.
- Latitude
- Specify a latitude of the point's position.
- Longitude
- Specify a longitude of the point's position.
- Altitude
- Specify an altitude of the point's position.
Create a non-persistent point fixed in a specified reference frame given Cartographic data (using common tasks).
| [C#] | ||
|---|---|---|
| ||
Create a non-persistent point fixed in a specified reference frame given Cartographic data (using common tasks).
| [Visual Basic .NET] | ||
|---|---|---|
| ||






