Share

ProfileDesignCheckSet.GetCurveDesignCheckType Method

This function will get the curve design check type.



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

Syntax

C#

public ProfileDesignCheckCurveType GetCurveDesignCheckType(
	string name
)

VB

Public Function GetCurveDesignCheckType ( 
	name As String
) As ProfileDesignCheckCurveType

C++

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

Reference

Was this information helpful?