| 
            
              RhinoBrepVertexVertexIndex Property 
             | 
          
        
         
            Gets the index of this vertex in the Brep.Vertices collection.
            
 
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic int VertexIndex { get; }Public ReadOnly Property VertexIndex As Integer
	Get
public:
virtual property int VertexIndex {
	int get () sealed;
}abstract VertexIndex : int with get
override VertexIndex : int with get
Property Value
Type: 
Int32Implements
IBrepVertexVertexIndex
See Also