LabelPinned Property

Gets or sets the pinned state of the label.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual bool Pinned { get; set; }

Property Value

Boolean

Implements

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