AVEVA Database .NET Public Interface

DbElement.GetDirection Method (DbAttribute, Int32, DbElement)

Get direction value Attribute on Element, relative to another Element. This method throws an exception if attribute is invalid.

public abstract Direction GetDirection(
   DbAttribute attributeName,
   int qualifier,
   DbElement wrt
);

Parameters

attributeName
qualifier
wrt
Element giving origin

Return Value

See Also

DbElement Class | Aveva.Pdms.Database Namespace | DbElement.GetDirection Overload List