ClosePoint3DDistance Property

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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyDouble ClosePoint3DDistance { get; }

Visual Basic

Public ReadOnly Property ClosePoint3DDistance As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ ClosePoint3DDistance {
	PropertyDouble^ get ();
}

See Also