Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

00b97b16 d206 9fc4 726c 0fba823f7d32

haplokuon edited this page May 6, 2023 · 1 revision

Cancel Property

netDxf 3.0.0 Library

Gets or sets if the operation must be canceled.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Cancel { get; set; }

VB

Public Property Cancel As Boolean
	Get
	Set

C++

public:
property bool Cancel {
	bool get ();
	void set (bool value);
}

F#

member Cancel : bool with get, set

Property Value

Boolean

Remarks

This property is used by the BeforeAddItem and BeforeRemoveItem events to cancel the add or remove operations.

See Also

Reference

DimensionStyleOverrideDictionaryEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally