TangentIntersectionDesignChecks Property

Gets the collection of all alignment tangent intersection design checks.

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

Syntax

C#

public AlignmentDesignCheckCollection TangentIntersectionDesignChecks { get; }

Visual Basic

Public ReadOnly Property TangentIntersectionDesignChecks As AlignmentDesignCheckCollection
	Get

Visual C++

public:
property AlignmentDesignCheckCollection^ TangentIntersectionDesignChecks {
	AlignmentDesignCheckCollection^ get ();
}

See Also