Click or drag to resize

StkPatternFileReadFrom Method (String)

Reads an STK pattern (.pattern) file from a specified file. See the Remarks section of the documentation of ReadFrom(TextReader, StkPatternFileOptions) for detailed information.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static StkPatternFile ReadFrom(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file from which to read the pattern.

Return Value

Type: StkPatternFile
An StkPatternFile instance containing the read pattern file.
Exceptions
ExceptionCondition
InvalidDataException Thrown when the STK pattern file is invalid or it contains unsupported properties or property values.
ArgumentNullException Thrown when fileName is .
See Also