AGI Common Entity Library 11 Send comments on this topic.
Get Method (IAgEntityPosition)
See Also 
Latitude
Longitude
Altitude





Description

Get all three position elements.

Syntax

[Visual Basic .NET]
Public Sub Get( _
   ByRef Latitude As Double, _
   ByRef Longitude As Double, _
   ByRef Altitude As Double _
) 

[C#]
public void Get(
ref double Latitude,
ref double Longitude,
ref double Altitude
);

[Managed C++]
public: void Get(
double ^ Latitude,
double ^ Longitude,
double ^ Altitude
);

[Java]
public  get(
double Latitude,
double Longitude,
double Altitude
);

[Unmanaged C++]
public: HRESULT Get(
double * Latitude,
double * Longitude,
double * Altitude
);

Parameters

Latitude
Longitude
Altitude

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1