| 
            
              MarchingBCCurrentFaceIndex Property 
             | 
          
        
         
            Gets or sets the index of the face where the marching algorithm is at the moment.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int CurrentFaceIndex { get; set; }Public Property CurrentFaceIndex As Integer
	Get
	Set
public:
property int CurrentFaceIndex {
	int get ();
	void set (int value);
}member CurrentFaceIndex : int with get, set
Property Value
Type: 
Int32
See Also