LabelGroupSubEntityDimensionAnchorOption Property |
Gets or sets the dimension anchor option.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual DimensionAnchorOptionType DimensionAnchorOption { get; set; }
Public Overridable Property DimensionAnchorOption As DimensionAnchorOptionType
Get
Set
public:
virtual property DimensionAnchorOptionType DimensionAnchorOption {
DimensionAnchorOptionType get ();
void set (DimensionAnchorOptionType value);
}
Property Value
DimensionAnchorOptionTypeImplements
ICommonLabelDimensionAnchorOption
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when dimension anchors are not supported by the label object.
|
See Also