Initiates shutdown when imagery is being removed from the globe.
[Visual Basic .NET] |
---|
Public Sub ShutDown( _ ByVal Scene As IAgStkGraphicsScene _ ) |
[C#] |
---|
public void ShutDown( IAgStkGraphicsScene Scene ); |
[Managed C++] |
---|
public: void ShutDown( IAgStkGraphicsScene ^ Scene ); |
[Unmanaged C++] |
---|
public: HRESULT ShutDown( IAgStkGraphicsScene * Scene ); |
[Java] |
---|
public void shutDown( IAgStkGraphicsScene Scene ); |
[Python - STK API ] |
---|
def ShutDown(self, Scene:"IAgStkGraphicsScene") -> None: |
- Scene