Share

SettingsCmdWeedFeatures.SettingsCmdFeatureLineWeed.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.8.0.280

Syntax

C#

public PropertyDouble ClosePoint3DDistance { get; }

VB

Public ReadOnly Property ClosePoint3DDistance As PropertyDouble
	Get

C++

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

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?