'Declaration Public Overloads Shared Function Parse( _ ByVal s As String, _ ByVal throwOnError As Boolean _ ) As LineDef
public static LineDef Parse( string s, bool throwOnError )
Parameters
- s
- A string representing a LineDef (see LineDef.ToString).
- throwOnError
- If true, an exception is thrown if an error occurs while parsing; otherwise, errors are ignored.
Return Value
The new LineDef object.