Reads the DXF format data of this object from
the specified filer.
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public static Color DxfIn(
DxfFiler inputFiler,
int groupCodeOffset
)
Public Shared Function DxfIn (
inputFiler As DxfFiler,
groupCodeOffset As Integer
) As Color
public:
static Color^ DxfIn(
DxfFiler^ inputFiler,
int groupCodeOffset
)
static member DxfIn :
inputFiler : DxfFiler *
groupCodeOffset : int -> Color
Parameters
- inputFiler DxfFiler
- [in] The filer which the data are to be read from.
- groupCodeOffset Int32
- [in] Group code offset. Not used.
Return Value
Color
Read Color instance.
See Also