AVEVA Database .NET Public Interface

DbElement.GetValidString Method 

Get text value Attribute on Element, if available.

public abstract bool GetValidString(
   DbAttribute attributeName,
   ref string attributeValue
);

Parameters

attributeName
Attribute to query
attributeValue
Text value, where return vaule is True

Return Value

True, if Attribute is valid; False, if Attribute is not valid

See Also

DbElement Class | Aveva.Pdms.Database Namespace