API Help
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,Boolean) Operator
bool to convert

In This Topic
Implicit Type Conversion(PropertyValue,Boolean) Operator
In This Topic
Used in conversion from bool to the PropertyValue object.
Syntax
public PropertyValue operator implicit( 
   bool b
)

Parameters

b
bool to convert

Return Value

PropertyValue object storing value given as a parameter.
See Also