Eplan Platform API
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class / Implicit Type Conversion Operator / Implicit Type Conversion(AnyPropertyId,Int32) Operator
Number of property.

In This Topic
    Implicit Type Conversion(AnyPropertyId,Int32) Operator
    In This Topic
    Converts the specified property number into AnyProjectId object. When setting a property by number, be aware, that the property might not exist for the object.
    Syntax
    public AnyPropertyId operator implicit( 
       int id
    )
    public:
    operator AnyPropertyId^ ( 
       int id
    )

    Parameters

    id
    Number of property.

    Return Value

    AnyPropertyId object which property number is given as a parameter.
    See Also