Share

AcDbPointCloudEx::dwgOutFields Method

C++

Acad::ErrorStatus dwgOutFields(
    AcDbDwgFiler* pFiler
) const;

Description

This function is called by dwgOut(). Its purpose is to allow the object to write out its data.

Parameters

Parameters Description
pFiler The pointer to filer to use to write out the object's data, which was passed in to dwgOut().

Returns

Returns Acad::eOk if successful.

Links

AcDbPointCloudEx Class

Was this information helpful?