Validate a specific design check on this entity.

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

Syntax

C#
public bool ValidateDesignCheck(
	ProfileDesignCheck designCheck,
	ProfileApplyCurveType curveType
)
Visual Basic
Public Function ValidateDesignCheck ( _
	designCheck As ProfileDesignCheck, _
	curveType As ProfileApplyCurveType _
) As Boolean
Visual C++
public:
bool ValidateDesignCheck(
	ProfileDesignCheck^ designCheck, 
	ProfileApplyCurveType curveType
)

Parameters

designCheck
Type: Autodesk.Civil..::..ProfileDesignCheck
The design check to validate.
curveType
Type: Autodesk.Civil..::..ProfileApplyCurveType
The curve type to use for the validation.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the design check type is inconsistent with the profile entity type.

See Also