AVEVA Database .NET Public Interface

DbElement.IsAttributeSetable Method 

Queries whether the named Attribute on this Element can be set.

public abstract bool IsAttributeSetable(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

True, if Element's Attribute can be set

See Also

DbElement Class | Aveva.Pdms.Database Namespace