Gets or sets the pinned state of the label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
bool Pinned { get; set; }
VB
Property Pinned As Boolean Get Set
C++
property bool Pinned { bool get (); void set (bool value); }
Property Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException |
Thrown when:
|