DigitalChannel(String, Int32, Boolean) Constructor
Creates a new instance of the
DigitalChannel from an existing line image.
Namespace: Gemstone.COMTRADEAssembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.175 -- Release Build+85b0047aa6c9c9ac4f75cf73258ce576cf1c5649
public DigitalChannel(
string lineImage,
int version = 1999,
bool useRelaxedValidation = false
)
Public Sub New (
lineImage As String,
Optional version As Integer = 1999,
Optional useRelaxedValidation As Boolean = false
)
public:
DigitalChannel(
String^ lineImage,
int version = 1999,
bool useRelaxedValidation = false
)
Gemstone.COMTRADE.DigitalChannel = function(lineImage, version, useRelaxedValidation);
Parameters
- lineImage String
- Line image to parse.
- version Int32 (Optional)
- Target schema version.
- useRelaxedValidation Boolean (Optional)
- Indicates whether to relax validation on the number of line image elements.