AVEVA Database .NET Public Interface

DbElementType.IsAttributeValid Method 

Check whether a given attribute is valid for this Element type.

public abstract bool IsAttributeValid(
   DbAttribute attname
);

Parameters

attname
Attribute to check

Return Value

True, if the Attribute is valid

See Also

DbElementType Class | Aveva.Pdms.Database Namespace