DXFReaderNETControlReadOBJ Method
|
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ReadOBJ(
string OBJFileName
)
Public Function ReadOBJ (
OBJFileName As String
) As Boolean
public:
bool ReadOBJ(
String^ OBJFileName
)
member ReadOBJ :
OBJFileName : string -> bool
METHOD ReadOBJ(
OBJFileName AS STRING
) AS LOGIC
Parameters
- OBJFileName
- Type: SystemString
The name of the OBJ file to be read with full path.
Return Value
Type:
BooleanTrue if successful.
See Also