STK Graphics PrimitivesSend comments on this topic.
Projection Property (IAgStkGraphicsCustomImageGlobeOverlay)
See Also
Windows





Windows & Linux

Description

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

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();
[Python - STK API ]
@property
def Projection(self) -> "AgEStkGraphicsMapProjection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.