Exports both the points and the surface faces, if available. Creates the surface information from the face edges and creates a surface that is identical to the surface definition.

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

Syntax

C#
public bool Watersheds { get; set; }
Visual Basic
Public Property Watersheds As Boolean
	Get
	Set
Visual C++
public:
property bool Watersheds {
	bool get ();
	void set (bool value);
}

See Also