AGI Components with Insight3D Alpha 2008 r8
Set Method (Latitude, Longitude, Altitude)
Library ReferenceAGI.Graphics AgGxCartographicClassSet(Double, Double, Double)
Sets the latitude and longitude, and the altitude. Latitude and longitude should be in radians and altitude should be in radians. This method is more efficient then setting latitude, longitude and altitude individually.
Declaration Syntax
C# Visual Basic Visual C++
public 
virtual 
void 
Set(
        
double 
Latitude,
        
double 
Longitude,
        
double 
Altitude
)
Public 
Overridable 
Sub 
Set ( _
        
Latitude 
As 
Double, _
        
Longitude 
As 
Double, _
        
Altitude 
As 
Double _
)
public:
virtual 
void 
Set(
        [
InAttribute] 
double 
Latitude, 
        [
InAttribute] 
double 
Longitude, 
        [
InAttribute] 
double 
Altitude
)
Parameters
Latitude ( Double)
Longitude ( Double)
Altitude ( Double)

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