STK ObjectsSend comments on this topic.
Continue Property (IAgStkObjectPreDeleteEventArgs)
See Also
Windows





Windows & Linux

Description

The status to continue or stop the object deletion.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Continue() As Boolean
[C#]
public bool Continue {get; set;}
[Managed C++]
public: __property bool get_Continue();
public: __property void set_Continue( bool );
[Unmanaged C++]
public: HRESULT get_Continue(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Continue(
    VARIANT_BOOL newVal
);
[Java]
public bool getContinue();
public void setContinue(
    bool
);
[Python - STK API ]
@property
def Continue(self) -> bool:

@Continue.setter
def Continue(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.