AVEVA Database .NET Public Interface

DbElement.GetValidInteger Method 

Get integer Attribute value on Element, if available.

public abstract bool GetValidInteger(
   DbAttribute attributeName,
   ref int intVal
);

Parameters

attributeName
Attribute to query
intVal
Integer value, where return value is True

Return Value

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

See Also

DbElement Class | Aveva.Pdms.Database Namespace