|
IBrepTrimListItem Property
|
Gets the BrepTrim 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)
SyntaxIBrepTrim this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IBrepTrim
Get
property IBrepTrim^ default[int index] {
IBrepTrim^ get (int index);
}
abstract Item : IBrepTrim with get
Parameters
- index
- Type: SystemInt32
Index of BrepTrim to access.
Return Value
Type:
IBrepTrimThe BrepTrim at [index].
See Also