Loads the model specified by the given URI at
the specified cartographic location. The ReferenceFrame is
automatically set to ReferenceFrameFixed. Currently, only file URIs
are supported.
| C# | Visual Basic | Visual C++ |
void InitializeCartographic( IAgGxCentralBody pCentralBody, string URI, double Latitude, double Longitude, double Altitude )
Sub InitializeCartographic ( _ pCentralBody As IAgGxCentralBody, _ URI As String, _ Latitude As Double, _ Longitude As Double, _ Altitude As Double _ )
void InitializeCartographic( [ InAttribute] IAgGxCentralBody^ pCentralBody, [ InAttribute] String^ URI, [ InAttribute] double Latitude, [ InAttribute] double Longitude, [ InAttribute] double Altitude )
- pCentralBody ( IAgGxCentralBody)
- URI ( String)
- Latitude ( Double)
- Longitude ( Double)
- Altitude ( Double)
Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)