Gets the KML document associated with the load event.
Read-only property
[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": |