Eplan Platform API
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / ExistingIds Property

In This Topic
    ExistingIds Property (UniversalPropertyList)
    In This Topic
    Returns array of property ids. Returns array of AnyPropertyId objects.
    Syntax
    public AnyPropertyId[] ExistingIds {get;}
    public:
    property array<AnyPropertyId^>^ ExistingIds {
       array<AnyPropertyId^>^ get();
    }
    Remarks
    Content of returned array depends on a method of obtaining property list. If it was taken from a DataModel object by using StorableObject.Properties member from StorableObject then it will contain ids from all existing properties (on this object). If the property was taken from an offline property list (i.e. without a parent assigned), then it returns an array of ids which have corresponding non-empty values stored in this property list.
    See Also