DimensionAnchorValue Property

Gets or Sets the dimension line anchor value to apply using the Dim Anchor Opt.

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

Syntax

C#

public double DimensionAnchorValue { get; set; }

Visual Basic

Public Property DimensionAnchorValue As Double
	Get
	Set

Visual C++

public:
property double DimensionAnchorValue {
	double get ();
	void set (double value);
}

See Also