C++
AcDbHandle( int lo, int hi );
Description
Constructs a handle using lo and hi as the two 32 bit segments that make up the 64 bit handle value. This constructor is useful for creating NULL handles.
Parameters
| Parameters | Description |
|---|---|
| lo | Input low 32 bits of the handle |
| hi | Input high 32 bits of the handle |