API Help
Eplan.EplApi.MasterData Namespace / MDAnyPropertyId Class / Implicit Type Conversion Operator / Implicit Type Conversion(MDAnyPropertyId,Int32) Operator
Property number.

In This Topic
    Implicit Type Conversion(MDAnyPropertyId,Int32) Operator
    In This Topic
    Converts the specified property number into MDAnyProjectId object.
    Syntax
    public MDAnyPropertyId operator implicit( 
       int id
    )
    public:
    operator MDAnyPropertyId^ ( 
       int id
    )

    Parameters

    id
    Property number.

    Return Value

    MDAnyPropertyId object which property number is given as a parameter.
    Remarks
    When setting a property by number, be aware that the only valid Id value range comes from Properties.
    See Also