Share

AcDbHandle::AcDbHandle

C++

AcDbHandle(
    Adesk::UInt64
);

Description

Constructs a handle using the input the 64 bit handle value. This constructor is useful for creating NULL handles, but is only available if your version of C++ supports the __int64 data type.

Parameters

Parameters Description
val Input all 64 bits of the handle

Links

AcDbHandle

Was this information helpful?