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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1