OEC Application Programming Interface

DataDomain.BoolDomain Method (String, Boolean)

Factory method that creates an instance of DataDomain class.

public static DataDomain BoolDomain(
   String units,
   Boolean defaultValue
);

Parameters

units
Measure units for value
defaultValue
Default value

Return Value

Data domain for boolean value

See Also

DataDomain Class | OEC.API.OSM.Info Namespace | DataDomain.BoolDomain Overload List