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

In This Topic
Implicit Type Conversion(PropertyValue,Int32) Operator
In This Topic
Used in conversion from int to the PropertyValue object.
Syntax
public PropertyValue operator implicit( 
   int i
)

Parameters

i
int to convert

Return Value

PropertyValue object storing value given as a parameter.
See Also