Share

SettingsLandXMLExport.SettingsSurfaceExport.Watersheds Property

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

Syntax

C#

public bool Watersheds { get; set; }

VB

Public Property Watersheds As Boolean
	Get
	Set

C++

public:
property bool Watersheds {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?