Share

ProfileDesignCheckSet.SetCurveDesignCheckType Method

This function will set the curve design check type.



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

Syntax

C#

public void SetCurveDesignCheckType(
	string name,
	ProfileDesignCheckCurveType type
)

VB

Public Sub SetCurveDesignCheckType ( 
	name As String,
	type As ProfileDesignCheckCurveType
)

C++

public:
void SetCurveDesignCheckType(
	String^ name, 
	ProfileDesignCheckCurveType type
)

Parameters

name  String
 
type  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

Reference

Was this information helpful?