Share

ProfileDesignCheckRoot.CurveDesignChecks Property

Gets the collection of all profile curve design checks.



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

Syntax

C#

public ProfileDesignCheckCollection CurveDesignChecks { get; }

VB

Public ReadOnly Property CurveDesignChecks As ProfileDesignCheckCollection
	Get

C++

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

Property Value

ProfileDesignCheckCollection

See Also

Reference

Was this information helpful?