Share

DBObject.DwgIn Method

Description

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

Visual Basic

Public Function DwgIn(
    filer As DwgFiler
) As void

C#

public void DwgIn(
    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?