ICompoundCurve.Item

ICompoundCurve indexer

Gets the ICurve at the specified index.

public ICurve this[int index] { get; }
ParameterDescription
indexThe index.

Property Value

The ICurve.

See Also