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

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

    Parameters

    id
    enum value to convert

    Return Value

    AnyPropertyId representing value given as a parameter.
    See Also