Eplan Platform API
Eplan.EplApi.MasterData Namespace / PropertiesAndHandleObjectPropertyList Class / ExistingIds Property

In This Topic
    ExistingIds Property (PropertiesAndHandleObjectPropertyList)
    In This Topic
    Returns array of MDPropertyValue objects. If PropertiesAndHandleObjectPropertyList works on local property list it will be an array of unique properties from local property list. Otherwise it will be an array of all existing properties for related object.
    Syntax
    public MDAnyPropertyId[] ExistingIds {get;}
    public:
    property array<MDAnyPropertyId^>^ ExistingIds {
       array<MDAnyPropertyId^>^ get();
    }
    See Also