Share

AcDbPointCloudEx::dwgInFields Method

C++

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

Description

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

Parameters

Parameters Description
pFiler The pointer to a filer to use to read in the object's data, which was passed in to dwgIn().

Returns

Returns Acad::eOk if successful.

Links

AcDbPointCloudEx Class

Was this information helpful?