CompoundCurve.Item

CompoundCurve indexer

Gets the ICurve at the specified index.

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

Property Value

The ICurve.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is out of range.

See Also