API Help
Eplan.EplApi.MasterData Namespace / MDAnyPropertyId Class / Id Property

In This Topic
    Id Property (MDAnyPropertyId)
    In This Topic
    Integer id of this property.
    Syntax
    public int Id {get; set;}
    public:
    property int Id {
       int get();
       void set (    int value);
    }
    Remarks
    When setting a property by number, be aware that the only valid Id value range comes from Properties.
    See Also