Share

AcDbDate::dwgIn

C++

Acad::ErrorStatus dwgIn(
    AcDbDwgFiler * inFiler
);

Description

This function uses the filer pointed to by inFiler to read in the Julian day and milliseconds past midnight (see AcDbDate::julianDay() and AcDbDate::msecsPastMidnight).

This method is used to read date information in from the header of DWG files.

Parameters

Parameters Description
inFiler Pointer to filer object to use for filing data into this AcDbDate object

Links

AcDbDate

Was this information helpful?