StkPatternFileReadFrom Method (TextReader) |
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static StkPatternFile ReadFrom(
TextReader reader
)
Public Shared Function ReadFrom (
reader As TextReader
) As StkPatternFile
public:
static StkPatternFile^ ReadFrom(
TextReader^ reader
)
static member ReadFrom :
reader : TextReader -> StkPatternFile
Parameters
- reader
- Type: System.IOTextReader
The reader from which to read the pattern.
Return Value
Type:
StkPatternFileAn
StkPatternFile instance containing the read pattern file.
Exceptions See Also