GradingIsDrawInfill Property
 | 
Namespace:  Bricscad.Civil
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public bool IsDrawInfill { get; set; }
 
Public Property IsDrawInfill As Boolean
        Get
        Set
 
public:
property bool IsDrawInfill {
        bool get ();
        void set (bool value);
}
 
member IsDrawInfill : bool with get, set
 
 
 
Property Value
Type: 
Boolean 
See Also