CimProjectData.Filters (property, read/write)

Syntax

CimProjectData.Filters

Description

String. The filter set to be used to determine which items to return. Each filter contains an Attribute ID and Value pair. You can use "*" and "?"as wildcard characters.

The filters are documented in CimProjectData.Entity.

Filters must be in uppercase even when matching against lowercase data.

Example

Dim d as new CimProjectData

d.Filters ="POINT_ID=P*",DEVICE_ID=TESTP?C"

More information

CIMPLICITY Extensions to Basic