Validate Method

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.3.1717.0

Syntax

C#

public bool Validate()

Visual Basic

Public Function Validate As Boolean

Visual C++

public:
bool Validate()

See Also