Share

SettingsCmdCreateInterferenceCheck.SettingsCmdInterferenceCriteria.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.8.0.280

Syntax

C#

public PropertyEnum<DistanceScaleFactorType> UseDistanceOrScaleFactor { get; }

VB

Public ReadOnly Property UseDistanceOrScaleFactor As PropertyEnum(Of DistanceScaleFactorType)
	Get

C++

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

Property Value

PropertyEnumDistanceScaleFactorType

See Also

Reference

Was this information helpful?