Share

Parcel.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.8.0.280

Syntax

C#

public bool IsAreaSelectionLabelPinned { get; set; }

VB

Public Property IsAreaSelectionLabelPinned As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?