Share

AlignmentDesignCheckRoot.TangentIntersectionDesignChecks Property

Gets the collection of all alignment tangent intersection design checks.



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

Syntax

C#

public AlignmentDesignCheckCollection TangentIntersectionDesignChecks { get; }

VB

Public ReadOnly Property TangentIntersectionDesignChecks As AlignmentDesignCheckCollection
	Get

C++

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

Property Value

AlignmentDesignCheckCollection

See Also

Reference

Was this information helpful?