ProfileDesignCheckSetGetCurveDesignCheckType Method

This function will get the curve design check type.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileDesignCheckCurveType GetCurveDesignCheckType(
	string name
)

Parameters

name  String
 

Return Value

ProfileDesignCheckCurveType
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. The type of design check with specified name is not curve.
  2. The design check with specified name is not in this design check set.
See Also