|
ControlFile(String) Constructor
|
Creates a new
ControlFile for the specified
fileName and attempts to parse.
Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.207-beta
Syntax public ControlFile(
string fileName
)
Public Sub New (
fileName As String
)
public:
ControlFile(
String^ fileName
)
new :
fileName : string -> ControlFile
GSF.EMAX.ControlFile = function(fileName);
View SourceParameters
- fileName String
- Control file name.
See Also