AVEVA Database .NET Public Interface

Db.ElementExists Method 

Query whether the named Element exists in this Database.

public abstract bool ElementExists(
   string name,
   DbAttribute attributeName
);

Parameters

name
Element name
attributeName
Attribute

Return Value

True, if Element exists

Remarks

(Not sure why we have this method. It would be better to replace it with FindElement- PDC)

See Also

Db Class | Aveva.Pdms.Database Namespace