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

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