StkPatternFileReadFrom Method (String) |
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(
string fileName
)
Public Shared Function ReadFrom (
fileName As String
) As StkPatternFile
public:
static StkPatternFile^ ReadFrom(
String^ fileName
)
static member ReadFrom :
fileName : string -> StkPatternFile
Parameters
- fileName
- Type: SystemString
The name of the file from which to read the pattern.
Return Value
Type:
StkPatternFileAn
StkPatternFile instance containing the read pattern file.
Exceptions See Also