CANTCurveCollection Class

This class represents a collection of CANTCurve objects.

This class represents a collection of CANTCurve objects.

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

Syntax

C#

public sealed class CANTCurveCollection : IEnumerable<CANTCurve>

Visual Basic

Public NotInheritable Class CANTCurveCollection _
	Implements IEnumerable(Of CANTCurve)

Visual C++

public ref class CANTCurveCollection sealed : IEnumerable<CANTCurve^>

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.CANTCurveCollection

See Also