Specifies the 3D distance for weeding. Points that are close together in plan view, with slightly different elevations can be weeded using this setting.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public PropertyDouble ClosePoint3DDistance { get; } |
Visual Basic |
---|
Public ReadOnly Property ClosePoint3DDistance As PropertyDouble Get |
Visual C++ |
---|
public: property PropertyDouble^ ClosePoint3DDistance { PropertyDouble^ get (); } |