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 |