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

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