STK Graphics PrimitivesSend comments on this topic.
Extent Property (IAgStkGraphicsGlobeOverlay)
See Also
Windows





Windows & Linux

Description

Gets the Cartographic Extent that represents the area covered by the Globe Overlay. The array elements are arranged in the order west longitude, south latitude, east longitude, north latitude.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Extent() As System.Array
[C#]
public System.Array Extent {get;}
[Managed C++]
public: __property System::Array get_Extent();
[Unmanaged C++]
public: HRESULT get_Extent(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getExtent();
[Python - STK API ]
@property
def Extent(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.