Skybound Rebar

RebarState.FromFile Method 

Loads a RebarState from an existing XML file.

[Visual Basic]
Public Shared Function FromFile( _
   ByVal filePath As String _
) As RebarState
[C#]
public static RebarState FromFile(
   string filePath
);

Parameters

filePath
The path to the file from which the state is loaded.

See Also

RebarState Class | Skybound.Rebar Namespace