ProfileDesignCheckCollectionAdd Method

Adds a DesignCheck by specifying the name and expression.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override sealed ProfileDesignCheck Add(
	string name,
	string description,
	string expression
)

Parameters

name  String
The name of DesignCheck.
description  String
The description of DesignCheck.
expression  String
The expression of DesignCheck.

Return Value

ProfileDesignCheck
Exceptions
ExceptionCondition
ArgumentException Throw when:
  1. The name is duplicated.
  2. The expression is not valid.
See Also