Share

AlignmentEntity.ValidateDesignCheck Method

Validate a specific design check on this entity.



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

Syntax

C#

public bool ValidateDesignCheck(
	AlignmentDesignCheck designCheck
)

VB

Public Function ValidateDesignCheck ( 
	designCheck As AlignmentDesignCheck
) As Boolean

C++

public:
bool ValidateDesignCheck(
	AlignmentDesignCheck^ designCheck
)

Parameters

designCheck  AlignmentDesignCheck
The design check to validate

Return Value

Boolean

Exceptions

ExceptionCondition
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.

Remarks

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

See Also

Reference

Was this information helpful?