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

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

    Parameters

    id
    enum value to convert

    Return Value

    AnyPropertyId representing value given as a parameter.
    See Also