STK Graphics PrimitivesSend comments on this topic.
UnloadAll Method (IAgStkGraphicsKmlGraphics)
See Also
Windows





Windows & Linux

Description

Unloads all KmlDocuments associated with this central body. 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 UnloadAll()
[C#]
public void UnloadAll();
[Managed C++]
public: void UnloadAll();
[Unmanaged C++]
public: HRESULT UnloadAll();
[Java]
public void unloadAll();
[Python - STK API ]
def UnloadAll(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.