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






Windows & Linux

Description

Returns an error message, if an error occurred while loading the KML; otherwise an empty string.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Exception() As String

[C#]
public string Exception {get;}

[Managed C++]
public: __property String __gc ^ get_Exception();

[Unmanaged C++]
public: HRESULT get_Exception(
BSTR * pRetVal
);

[Java]
public String getException();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface