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





Windows & Linux

Description

Returns whether the lengthy operation can be canceled.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.