AGI Common Entity Library 11 Send 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
);

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

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

Parameters

Latitude
Longitude
Altitude

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface