Verifies whether the feature line components construct a well formed polygon (without crossing on itself).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool Validate()
Visual Basic
Public Function Validate As Boolean
Visual C++
public:
bool Validate()

See Also