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

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

    Parameters

    id
    enum value to convert

    Return Value

    AnyPropertyId representing value given as a parameter.
    See Also