CurveDesignChecks Property

Gets the collection of all profile curve design checks.

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

Syntax

C#

public ProfileDesignCheckCollection CurveDesignChecks { get; }

Visual Basic

Public ReadOnly Property CurveDesignChecks As ProfileDesignCheckCollection
	Get

Visual C++

public:
property ProfileDesignCheckCollection^ CurveDesignChecks {
	ProfileDesignCheckCollection^ get ();
}

See Also