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

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