Share

AcDbDate::dwgOut

C++

Acad::ErrorStatus dwgOut(
    AcDbDwgFiler * outFiler
) const;

Description

This function uses the filer pointed to by outFiler to write out the Date object's Julian day and milliseconds past midnight (see AcDbDate::julianDay() and AcDbDate::msecsPastMidnight).

This method is used to write date information out to the header of DWG files.

Parameters

Parameters Description
outFiler Pointer to filer object to use for filing out date object's data

Links

AcDbDate

Was this information helpful?