STK Graphics PrimitivesSend 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();
[Python - STK API ]
@property
def Exception(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.