API Help
Eplan.EplApi.DataModel Namespace / Properties Class / AllMateEntryPropIDs Property

In This Topic
    AllMateEntryPropIDs Property
    In This Topic
    Returns an array of all property ids which can exist for MateEntry objects.
    Syntax
    public static AnyPropertyId[] AllMateEntryPropIDs {get;}
    public:
    static property array<AnyPropertyId^>^ AllMateEntryPropIDs {
       array<AnyPropertyId^>^ get();
    }
    See Also