Share

AcString::assign

C++

AcString & assign(
    const AcDbHandle & h
);

Description

Assigns an AcDbHandle object to the string (format it as hexadecimal).

Parameters

Parameters Description
h Input reference to the AcDbHandle object

Returns

A reference to this string object.

Links

AcString

Previous Declaration

ACBASE_PORT AcString & assign(const AcDbHandle & h);

Was this information helpful?