CADability dotNET
Removes all subcurves, the Path will be empty. Use this before modifying contained objects of this path because it is not allowed to mdify an object in a path in a way that would compromise the consitence of the path

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Clear()
Visual Basic
Public Sub Clear
Visual C++
public:
void Clear()

See Also