Share

ProfileDesignCheckSet.AddDesignCheck(ProfileDesignCheckType, String) Method

Add one design check into this ProfileDesignCheckSet.



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

Syntax

C#

public ProfileDesignCheck AddDesignCheck(
	ProfileDesignCheckType type,
	string name
)

VB

Public Function AddDesignCheck ( 
	type As ProfileDesignCheckType,
	name As String
) As ProfileDesignCheck

C++

public:
ProfileDesignCheck^ AddDesignCheck(
	ProfileDesignCheckType type, 
	String^ name
)

Parameters

type  ProfileDesignCheckType
The type of design check.
name  String
The name of design check.

Return Value

ProfileDesignCheck

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  1. The specified design check has been added;
  2. The specified design check is not exist.

See Also

Reference

Was this information helpful?