DxfDocumentFromString Method
|
Returns a DxfDocument from a string containing a DXF file.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public DxfDocument FromString(
string DXF
)
Public Function FromString (
DXF As String
) As DxfDocument
public:
DxfDocument^ FromString(
String^ DXF
)
member FromString :
DXF : string -> DxfDocument
METHOD FromString(
DXF AS STRING
) AS DxfDocument
Parameters
- DXF
- Type: SystemString
A string containing the DXF file.
Return Value
Type:
DxfDocumentA
DxfDocument object.
See Also