Gets or sets the pinned state of the label.

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

Syntax

C#
bool Pinned { get; set; }
Visual Basic
Property Pinned As Boolean
	Get
	Set
Visual C++
property bool Pinned {
	bool get ();
	void set (bool value);
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when:
  1. The label object can't be pinned when setting.
  2. The label object is not dragged.

See Also