Share

AlignmentDesignCheckCollection.Add Method

Adds a DesignCheck by specifying the name and expression.



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

Syntax

C#

public override sealed AlignmentDesignCheck Add(
	string name,
	string description,
	string expression
)

VB

Public Overrides NotOverridable Function Add ( 
	name As String,
	description As String,
	expression As String
) As AlignmentDesignCheck

C++

public:
virtual AlignmentDesignCheck^ Add(
	String^ name, 
	String^ description, 
	String^ expression
) override sealed

Parameters

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

Return Value

AlignmentDesignCheck

Exceptions

ExceptionCondition
ArgumentException Throw when:
  1. The name is duplicated.
  2. The expression is not valid.

See Also

Reference

Was this information helpful?