AGI STK Graphics 11 Send comments on this topic.
Documents Property (IAgStkGraphicsKmlGraphics)
See Also 
Windows






Windows & Linux

Description

The collection of KmlDocuments that are currently loaded.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Documents() As IAgStkGraphicsKmlDocumentCollection

[C#]
public IAgStkGraphicsKmlDocumentCollection Documents {get;}

[Managed C++]
public: __property IAgStkGraphicsKmlDocumentCollection^ get_Documents();

[Unmanaged C++]
public: HRESULT get_Documents(
IAgStkGraphicsKmlDocumentCollection ** ppRetVal
);

[Java]
public IAgStkGraphicsKmlDocumentCollection getDocuments();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface