AGI Components with Insight3D Alpha 2008 r8
SetPositionCartographic Method (Latitude, Longitude, Altitude)
Library ReferenceAGI.Graphics.Scene3D IAgGxPrimitiveMarkerSetPositionCartographic(Double, Double, Double)
Sets the position of a marker using LLA in radians/meters. This is a helper method that wraps SetPosition().
Declaration Syntax
C# Visual Basic Visual C++
void 
SetPositionCartographic(
        
double 
Latitude,
        
double 
Longitude,
        
double 
Altitude
)
Sub 
SetPositionCartographic ( _
        
Latitude 
As 
Double, _
        
Longitude 
As 
Double, _
        
Altitude 
As 
Double _
)
void 
SetPositionCartographic(
        [
InAttribute] 
double 
Latitude, 
        [
InAttribute] 
double 
Longitude, 
        [
InAttribute] 
double 
Altitude
)
Parameters
Latitude ( Double)
Longitude ( Double)
Altitude ( Double)

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)