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

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

    Parameters

    id
    enum value to convert

    Return Value

    AnyPropertyId representing value given as a parameter.
    See Also