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