AGI STK Graphics 11 Send 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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface