Adds imageryOverlay to the collection.
[Visual Basic .NET] |
---|
Public Sub Add( _ ByVal ImageryOverlay As IAgStkGraphicsGlobeImageOverlay _ ) |
[C#] |
---|
public void Add( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Managed C++] |
---|
public: void Add( IAgStkGraphicsGlobeImageOverlay ^ ImageryOverlay ); |
[Unmanaged C++] |
---|
public: HRESULT Add( IAgStkGraphicsGlobeImageOverlay * ImageryOverlay ); |
[Java] |
---|
public void add( IAgStkGraphicsGlobeImageOverlay ImageryOverlay ); |
[Python - STK API ] |
---|
def Add(self, ImageryOverlay:"IAgStkGraphicsGlobeImageOverlay") -> None: |
- ImageryOverlay
- The Globe Image Overlay to be added to the collection.