BoolDataElement Constructor
Constructs new Boolean Data element
[Visual Basic]
Public Sub New( _
ByVal
Value As
Boolean _
)
[C#]
public BoolDataElement(
bool Value);
Parameters
-
Value
- intial value of the element
See Also
BoolDataElement Class | BlueLibs.SDP Namespace