Share

ProfileLabelSetItem.DimensionAnchorOption Property

Gets or Sets enumeration value that specifies the location of the anchor used to position dimension lines for certain profile view labels.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public DimensionAnchorType DimensionAnchorOption { get; set; }

VB

Public Property DimensionAnchorOption As DimensionAnchorType
	Get
	Set

C++

public:
property DimensionAnchorType DimensionAnchorOption {
	DimensionAnchorType get ();
	void set (DimensionAnchorType value);
}

Property Value

DimensionAnchorType

See Also

Reference

Was this information helpful?