Share

DBObject.DxfOut Method

Description

This function does some internal bookkeeping, calls the object's DBObject.dxfOutFields() function, and then writes out any xdata attached to the object.

Visual Basic

Public Function DxfOut(
    filer As DxfFiler
) As void

C#

public void DxfOut(
    DxfFiler filer
);

Parameters

Parameters Description
DxfFiler filer Filer to be used for this filing operation

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?