Access global methods and properties of AGIRoamImageGlobeOverlay (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 AGIRoamImageGlobeOverlay() As IAgStkGraphicsAGIRoamImageGlobeOverlayFactory |
[C#] |
---|
public IAgStkGraphicsAGIRoamImageGlobeOverlayFactory AGIRoamImageGlobeOverlay {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsAGIRoamImageGlobeOverlayFactory ^ get_AGIRoamImageGlobeOverlay(); |
[Unmanaged C++] |
---|
public: HRESULT get_AGIRoamImageGlobeOverlay( IAgStkGraphicsAGIRoamImageGlobeOverlayFactory ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsAGIRoamImageGlobeOverlayFactory getAGIRoamImageGlobeOverlay(); |
[Python - STK API ] |
---|
@property def AGIRoamImageGlobeOverlay(self) -> "IAgStkGraphicsAGIRoamImageGlobeOverlayFactory": |