Access global methods and properties of
GeospatialImageGlobeOverlay (what's known as static properties,
static methods and constructors in languages such as C++, C#,
etc.)
Read-only property
[Visual Basic .NET] |
---|
Public Property GeospatialImageGlobeOverlay() As IAgStkGraphicsGeospatialImageGlobeOverlayFactory
|
[C#] |
---|
public IAgStkGraphicsGeospatialImageGlobeOverlayFactory GeospatialImageGlobeOverlay {get;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsGeospatialImageGlobeOverlayFactory^ get_GeospatialImageGlobeOverlay();
|
[Unmanaged C++] |
---|
public: HRESULT get_GeospatialImageGlobeOverlay(
|
[Java] |
---|
public IAgStkGraphicsGeospatialImageGlobeOverlayFactory getGeospatialImageGlobeOverlay();
|