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

In This Topic
ExistingValues Property
In This Topic
Returns array of PropertyValue objects.
Syntax
public PropertyValue[] ExistingValues {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 values from all existing properties (on this object). Note that some of these values can be empty. If the property was taken from an offline property list (i.e. without a parent assigned), then it returns an array of non-empty values stored in this property list.
See Also