AVEVA Database .NET Public Interface

DbElement.GetParameterList Method 

Get ParameterList Attribute value on Element. This method throws an exception if attribute is invalid.

public abstract ParameterList GetParameterList(
   DbAttribute attributeName
);

Parameters

attributeName
Attribute to query

Return Value

ParameterList instance

See Also

DbElement Class | Aveva.Pdms.Database Namespace