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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1