Share

AcDbDeepCloneFiler::writeUInt64 Method

C++

Acad::ErrorStatus writeUInt64(
    Adesk::UInt64
) override;

Description

Writes the unsigned 64-bit integer value to the filer.

Parameters

Parameters Description
nVal The 64-bit integer value to be written out.

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

AcDbDeepCloneFiler

Was this information helpful?