|
SampleRate Constructor
|
Creates a new instance of the
SampleRate from an existing line image.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public SampleRate(
string lineImage,
bool useRelaxedValidation = false
)
Public Sub New (
lineImage As String,
Optional useRelaxedValidation As Boolean = false
)
public:
SampleRate(
String^ lineImage,
bool useRelaxedValidation = false
)
new :
lineImage : string *
?useRelaxedValidation : bool
(* Defaults:
let _useRelaxedValidation = defaultArg useRelaxedValidation false
*)
-> SampleRate
GSF.COMTRADE.SampleRate = function(lineImage, useRelaxedValidation);
View SourceParameters
- lineImage String
- Line image to parse.
- useRelaxedValidation Boolean (Optional)
- Indicates whether to relax validation on the number of line image elements.
See Also