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





Windows & Linux

Description

Set all three position elements.

Syntax

[Visual Basic .NET]
Public Sub Set( _
    ByVal Latitude As Double, _
    ByVal Longitude As Double, _
    ByVal Altitude As Double _
)
[C#]
public void Set(
    double Latitude,
    double Longitude,
    double Altitude
);
[Managed C++]
public: void Set(
    double Latitude,
    double Longitude,
    double Altitude
);
[Unmanaged C++]
public: HRESULT Set(
    double Latitude,
    double Longitude,
    double Altitude
);
[Java]
public void set(
    double Latitude,
    double Longitude,
    double Altitude
);

Parameters

Latitude
Longitude
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.