STK ObjectsSend comments on this topic.
Canceled Property (IAgPctCmpltEventArgs)
See Also
Windows





Windows & Linux

Description

Returns whether the lengthy operation has been canceled.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Canceled() As Boolean
[C#]
public bool Canceled {get;}
[Managed C++]
public: __property bool get_Canceled();
[Unmanaged C++]
public: HRESULT get_Canceled(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getCanceled();
[Python - STK API ]
@property
def Canceled(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.