Share

SettingsLandXMLExport.SettingsAlignmentExport.ExportCrossSections Property

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



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

Syntax

C#

public bool ExportCrossSections { get; set; }

VB

Public Property ExportCrossSections As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?