AGI STK Graphics Plugins 11 Send comments on this topic.
Extent Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also 





Description

Gets the cartographic extent that represents the area covered by the GlobeOverlay. The array elements are arranged in the order west longitude, south latitude, east longitude, north latitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Extent() As System.Array

[C#]
public System.Array Extent {get; set;}

[Managed C++]
public: __property System::Array^ get_Extent();
public: __property void set_Extent(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_Extent(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_Extent(
SAFEARRAY * pNewExtent
);

[Java]
public Object[] getExtent();public void setExtent(
Object[]
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1