Description
This function does some internal book keeping by reading in any xdata that comes before the main entity data. The dxfIn function then calls the object's DBObject.dxfInFields() function, and then reads in any xdata that comes after the entity data.
Note
Creating objects with xdata before entity data is not good practice, but for upwards compatibility it remains supported.
Visual Basic
Public Function DxfIn( filer As DxfFiler ) As void
C#
public void DxfIn( DxfFiler filer );
Parameters
Parameters | Description |
---|---|
DxfFiler filer | DXF filer to be used for this filing operation |