UseDistanceOrScaleFactor Property

Gets the selection of distance or scale factor to perform the 3D proximity check.

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

Syntax

C#

public PropertyEnum<DistanceScaleFactorType> UseDistanceOrScaleFactor { get; }

Visual Basic

Public ReadOnly Property UseDistanceOrScaleFactor As PropertyEnum(Of DistanceScaleFactorType)
	Get

Visual C++

public:
property PropertyEnum<DistanceScaleFactorType>^ UseDistanceOrScaleFactor {
	PropertyEnum<DistanceScaleFactorType>^ get ();
}

See Also