|
ParserInferTimeFromSampleRates Property
|
Gets or sets flag that determines if time should be inferred from sample rates.
Namespace: GSF.COMTRADEAssembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.205-beta
Syntax public bool InferTimeFromSampleRates { get; set; }
Public Property InferTimeFromSampleRates As Boolean
Get
Set
public:
property bool InferTimeFromSampleRates {
bool get ();
void set (bool value);
}
member InferTimeFromSampleRates : bool with get, set
function get_InferTimeFromSampleRates();
function set_InferTimeFromSampleRates(value);
View SourceProperty Value
BooleanSee Also