|
IBrepCurveListItem Property
|
Gets the Curve at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxICurve this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ICurve
Get
property ICurve^ default[int index] {
ICurve^ get (int index);
}
abstract Item : ICurve with get
Parameters
- index
- Type: SystemInt32
Index of Curve to access.
Return Value
Type:
ICurveThe Curve at [index].
Exceptions
See Also