ValidateDesignCheck Method

Validate a specific design check on this entity.

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

Syntax

C#

public bool ValidateDesignCheck(
	AlignmentDesignCheck designCheck
)

Visual Basic

Public Function ValidateDesignCheck ( _
	designCheck As AlignmentDesignCheck _
) As Boolean

Visual C++

public:
bool ValidateDesignCheck(
	AlignmentDesignCheck^ designCheck
)

Parameters

designCheck
Type: Autodesk.Civil.AlignmentDesignCheck
The design check to validate

Remarks

This method is only used to check alignment entity with type AlignmentEntityType::SpiralCurve,CurveSpiral,SpiralSpiral,SpiralCurveSpiral.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when:
  1. The design check type is not AlignmentDesignCheckType::TangentIntersection.
  2. The alignment entity type is not AlignmentEntityType::SpiralCurve, CurveSpiral, SpiralSpiral or SpiralCurveSpiral.

See Also