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

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

Parameters

p
PropertyValue to convert

Return Value

int value of the PropertyValue.
See Also