ExportFeatureLineAs2D Property

Specifies whether your design includes a spiral either before a curve or before a Spiral Out.

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

Syntax

C#

public PropertyBoolean ExportFeatureLineAs2D { get; }

Visual Basic

Public ReadOnly Property ExportFeatureLineAs2D As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ ExportFeatureLineAs2D {
	PropertyBoolean^ get ();
}

See Also