Gets or sets the pinned state of the label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual bool Pinned { get; set; }
Public Overridable Property Pinned As Boolean
Get
Set
public:
virtual property bool Pinned {
bool get ();
void set (bool value);
}
Property Value
BooleanImplements
ICommonLabelPinned
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when:
- The label object can't be pinned when setting.
- The label object is not dragged.
|
See Also