AGI Components with Insight3D Alpha 2008 r8
Get Method (pLatitude, pLongitude, pAltitude)
Library ReferenceAGI.Graphics AgGxCartographicClassGet(Double % , Double % , Double % )
Declaration Syntax
C# Visual Basic Visual C++
public 
virtual 
void 
Get(
        
out 
double 
pLatitude,
        
out 
double 
pLongitude,
        
out 
double 
pAltitude
)
Public 
Overridable 
Sub 
Get ( _
        <
OutAttribute> 
ByRef 
pLatitude 
As 
Double, _
        <
OutAttribute> 
ByRef 
pLongitude 
As 
Double, _
        <
OutAttribute> 
ByRef 
pAltitude 
As 
Double _
)
public:
virtual 
void 
Get(
        [
OutAttribute] 
double% 
pLatitude, 
        [
OutAttribute] 
double% 
pLongitude, 
        [
OutAttribute] 
double% 
pAltitude
)
Parameters
pLatitude ( Double %)
pLongitude ( Double %)
pAltitude ( Double %)

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