HlrProgressOnAcisProgress Method
 | 
Namespace: Bricscad.Hlr
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
void OnAcisProgress(
        int percent
)
 
Sub OnAcisProgress ( 
        percent As Integer
)
 
void OnAcisProgress(
        int percent
)
 
abstract OnAcisProgress : 
        percent : int -> unit 
 
 
 
Parameters
- percent  Int32
 
-  
 
 
See Also