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