ProfileDesignCheckSetSetCurveDesignCheckType Method |
This function will set the curve design check type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetCurveDesignCheckType(
string name,
ProfileDesignCheckCurveType type
)
Public Sub SetCurveDesignCheckType (
name As String,
type As ProfileDesignCheckCurveType
)
public:
void SetCurveDesignCheckType(
String^ name,
ProfileDesignCheckCurveType type
)
Parameters
- name String
-
- type ProfileDesignCheckCurveType
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- The type of design check with specified name is not curve.
- The design check with specified name is not in this design check set.
|
See Also