AGI STK Graphics 11 Send comments on this topic.
GlobeOverlay Property (IAgStkGraphicsDistanceToGlobeOverlayDisplayCondition)
See Also 





Description

Gets or sets the globe overlay associated with this instance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GlobeOverlay() As IAgStkGraphicsGlobeOverlay

[C#]
public IAgStkGraphicsGlobeOverlay GlobeOverlay {get; set;}

[Managed C++]
public: __property IAgStkGraphicsGlobeOverlay^ get_GlobeOverlay();
public: __property void set_GlobeOverlay(
IAgStkGraphicsGlobeOverlay ^
);

[Unmanaged C++]
public: HRESULT get_GlobeOverlay(
IAgStkGraphicsGlobeOverlay ** ppRetVal
);
public: HRESULT put_GlobeOverlay(
IAgStkGraphicsGlobeOverlay * pNewGlobeOverlay
);

[Java]
public IAgStkGraphicsGlobeOverlay getGlobeOverlay();public void setGlobeOverlay(
IAgStkGraphicsGlobeOverlay
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1