SettingsCmdCreateInterferenceCheckSettingsCmdInterferenceCriteriaUseDistanceOrScaleFactor Property |
Gets the selection of distance or scale factor to perform the 3D proximity check.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<DistanceScaleFactorType> UseDistanceOrScaleFactor { get; }
Public ReadOnly Property UseDistanceOrScaleFactor As PropertyEnum(Of DistanceScaleFactorType)
Get
public:
property PropertyEnum<DistanceScaleFactorType>^ UseDistanceOrScaleFactor {
PropertyEnum<DistanceScaleFactorType>^ get ();
}
Property Value
PropertyEnumDistanceScaleFactorType
See Also