Share

AcDbHandle::AcDbHandle

C++

AcDbHandle(
    const ACHAR*
);

Description

Constructs a handle using the ASCII hexadecimal representation string. The string pointed to by string is not retained in the AcDbHandle object, so the ObjectARX application is responsible for freeing it.

Parameters

Parameters Description
unnamed Input hexadecimal string representation of a handle

Links

AcDbHandle

Was this information helpful?