Cancel Property (original) (raw)
Summary
Gets or sets a value indicating whether the lock operation should be canceled.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Cancel { get; set; }
@property (nonatomic, assign) BOOL cancel;
public boolean getCancel()
public void setCancel(boolean cancel)
public:
property bool Cancel
{
bool get()
void set(bool value)
}
Property Value
true if the lock operation should be canceled; otherwise, false. The default value is false.
Remarks
You should set this property to true to prevent an AnnObject from being locked.
Leadtools.Annotations.Engine Assembly