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.128 -- Release Build+c1068d6f7b1cbea5c860803b7fe23d1a1d3918a0
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.