STK Graphics PrimitivesSend comments on this topic.
Document Property (IAgStkGraphicsKmlDocumentLoadedEventArgs)
See Also
Windows





Windows & Linux

Description

Gets the KML document associated with the load event.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Document() As IAgStkGraphicsKmlDocument
[C#]
public IAgStkGraphicsKmlDocument Document {get;}
[Managed C++]
public: __property IAgStkGraphicsKmlDocument ^ get_Document();
[Unmanaged C++]
public: HRESULT get_Document(
    IAgStkGraphicsKmlDocument ** ppRetVal
);
[Java]
public IAgStkGraphicsKmlDocument getDocument();
[Python - STK API ]
@property
def Document(self) -> "IAgStkGraphicsKmlDocument":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.