AuditOptionsLevel Property
 | 
Namespace:  Bricscad.DirectModeling
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public AuditValidationLevel Level { get; set; }
 
Public Property Level As AuditValidationLevel
        Get
        Set
 
public:
property AuditValidationLevel Level {
        AuditValidationLevel get ();
        void set (AuditValidationLevel value);
}
 
member Level : AuditValidationLevel with get, set
 
 
 
Property Value
Type: 
AuditValidationLevel 
See Also