IsAreaSelectionLabelPinned Property

Gets or sets the pinned state of the parcel area selection label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public bool IsAreaSelectionLabelPinned { get; set; }

Visual Basic

Public Property IsAreaSelectionLabelPinned As Boolean
	Get
	Set

Visual C++

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

See Also