Writes the DXF format data of this object to
the specified filer.
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public void DxfOut(
DxfFiler outputFiler,
int groupCodeOffset
)
Public Sub DxfOut (
outputFiler As DxfFiler,
groupCodeOffset As Integer
)
public:
void DxfOut(
DxfFiler^ outputFiler,
int groupCodeOffset
)
member DxfOut :
outputFiler : DxfFiler *
groupCodeOffset : int -> unit
Parameters
- outputFiler DxfFiler
- [out] Filer to which the data are to be written.
- groupCodeOffset Int32
- [in] Group code offset. Not used.
See Also