Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / Implicit Type Conversion Operator / Implicit Type Conversion(AnyPropertyId,Line) Operator
enum value to convert

In This Topic
Implicit Type Conversion(AnyPropertyId,Line) Operator
In This Topic
Used in conversion from Properties.Line to the AnyPropertyId object.
Syntax
public AnyPropertyId operator implicit( 
   Properties.Line id
)

Parameters

id
enum value to convert

Return Value

AnyPropertyId representing value given as a parameter.
See Also