AGI STK Graphics 11 Send comments on this topic.
Unload Method (IAgStkGraphicsKmlGraphics)
See Also 
KmlDocument
The KmlDocument to be unloaded.





Description

Unloads a Kml Document. All associated visual features will be removed from the Scene. Once a KmlDocument is unloaded, it is no longer valid and will throw when accessing properties or methods.

Syntax

[Visual Basic .NET]
Public Sub Unload( _
   ByVal KmlDocument As IAgStkGraphicsKmlDocument _
) 

[C#]
public void Unload(
IAgStkGraphicsKmlDocument KmlDocument
);

[Managed C++]
public: void Unload(
IAgStkGraphicsKmlDocument ^ KmlDocument
);

[Java]
public  unload(
IAgStkGraphicsKmlDocument KmlDocument
);

[Unmanaged C++]
public: HRESULT Unload(
IAgStkGraphicsKmlDocument * KmlDocument
);

Parameters

KmlDocument
The KmlDocument to be unloaded.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1