This function will set the curve design check type.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public void SetCurveDesignCheckType( string name, ProfileDesignCheckCurveType type ) |
| Visual Basic |
|---|
Public Sub SetCurveDesignCheckType ( _ name As String, _ type As ProfileDesignCheckCurveType _ ) |
| Visual C++ |
|---|
public: void SetCurveDesignCheckType( String^ name, ProfileDesignCheckCurveType type ) |
Parameters
- name
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException |
Thrown when:
|