Share

DBObject.DwgOut Method

Description

This function does some internal bookkeeping, calls the object's DBObject.dwgOutFields() function, and then writes out any xdata attached to the object. If the object's dwgOutFields() function does not supermessage its parent class, then an assert is triggered.

Visual Basic

Public Function DwgOut(
    filer As DwgFiler
) As void

C#

public void DwgOut(
    DwgFiler filer
);

Parameters

Parameters Description
DwgFiler filer DWG filer to be used for this filing operation

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?