Exports cross section data if sample lines are defined for the alignment.

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

Syntax

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

See Also