Share

AcDbPointCloudDefEx::dwgInFields Method

C++

Acad::ErrorStatus dwgInFields(
    AcDbDwgFiler* pFiler
) override;

Description

This function is called by dwgIn(). Its purpose is to allow this object to read in its data.

Parameters

Parameters Description
pFiler Pointer to the filer to use to read in the object's data

Returns

Returns Acad::eOk if successful.

Links

AcDbPointCloudDefEx Class

Was this information helpful?