STK Common Entity LibrarySend comments on this topic.
Get Method (IAgEntityPosition)
See Also
Latitude
Longitude
Altitude
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT Get(
    double * Latitude,
    double * Longitude,
    double * Altitude
);

Parameters

Latitude
Longitude
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.