AGI STK Graphics 11Send comments on this topic.
Projection Property (IAgStkGraphicsCustomImageGlobeOverlay)
See Also 
Windows






Windows & Linux

Description

Gets the map projection. Valid values are MapProjection.Mercator and MapProjection.EquidistantCylindical.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Projection() As AgEStkGraphicsMapProjection
[C#]
public AgEStkGraphicsMapProjection Projection {get;}
[Managed C++]
public: __property AgEStkGraphicsMapProjection get_Projection();
[Unmanaged C++]
public: HRESULT get_Projection(
   AgEStkGraphicsMapProjection * pRetVal
);
[Java]
public AgEStkGraphicsMapProjection getProjection();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.