| 
            
              RhinoBrepFaceListCount Property 
             | 
          
        
         
            Gets the number of brep faces.
            
 
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}abstract Count : int with get
override Count : int with get
Property Value
Type: 
Int32Implements
IBrepFaceListCount
See Also