Click or drag to resize

StkPatternFileWriteTo Method

Writes this instance to a TextWriter in the STK pattern file (.pattern) format. The TextWriter can be a StreamWriter for writing to a file, a StringWriter for writing to a string, or any number of other types.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void WriteTo(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to which to write this instance.
Exceptions
ExceptionCondition
UnsupportedCaseExceptionThrown when the pattern file is in an unknown format.
See Also