Skybound Rebar

RebarState.WriteTo Method (String)

Writes the current state to an XML document at the specified path.

[Visual Basic]
Overloads Public Sub WriteTo( _
   ByVal filePath As String _
)
[C#]
public void WriteTo(
   string filePath
);

Parameters

filePath
The path to the file to which the state is written.

Remarks

The document is saved using the UTF-8 encoding format. To specify a different encoding, use the other overload of this method.

See Also

RebarState Class | Skybound.Rebar Namespace | RebarState.WriteTo Overload List