LabelGroupDefaultDimensionAnchorValue Property

Gets or sets the default dimension anchor value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override double DefaultDimensionAnchorValue { get; set; }

Property Value

Double

Implements

ICommonLabelOptionsDefaultDimensionAnchorValue
Exceptions
ExceptionCondition
InvalidOperationException Thrown when dimension anchors are not supported by the LabelGroup.
See Also