Share

AcDbDwgFiler::readUInt64 Method

C++

virtual Acad::ErrorStatus readUInt64(
    Adesk::UInt64* pVal
) = 0;

Description

Reads an unsigned 64-bit integer value from the filer into the memory pointed to by pVal.

Parameters

Parameters Description
pVal Points to the 64-bit integer variable which will receive the value.

Returns

Acad::eOk if successfull, an error code if not.

Remarks

This method should only be called on filers whose version is 2010 or newer.

Links

AcDbDwgFiler

Was this information helpful?