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