| 
            
              MarchingBCIsSwitchActive Property 
             | 
          
        
         Gets or sets a value indicating whether the marching algorithm can reverse the marching direction.  otherwise.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool IsSwitchActive { get; set; }Public Property IsSwitchActive As Boolean
	Get
	Set
public:
property bool IsSwitchActive {
	bool get ();
	void set (bool value);
}member IsSwitchActive : bool with get, set
Property Value
Type: 
Boolean
See Also