AngleFactor Property

Specifies the default Angle factor.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyDouble AngleFactor { get; }

Visual Basic

Public ReadOnly Property AngleFactor As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ AngleFactor {
	PropertyDouble^ get ();
}

See Also