API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(MDPropertyValue,Boolean) Operator
System::Boolean value to convert

In This Topic
Implicit Type Conversion(MDPropertyValue,Boolean) Operator
In This Topic
Converts from System::Boolean to the MDPropertyValue object.
Syntax
public MDPropertyValue operator implicit( 
   bool b
)

Parameters

b
System::Boolean value to convert

Return Value

MDPropertyValue object storing System::Boolean value.
See Also