Gets the selection of distance or scale factor to perform the 3D proximity check.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 (); } |