AVEVA Database .NET Public Interface

DbElement.GetOrientation Method

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

Overload List

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

public abstract Orientation GetOrientation(DbAttribute);

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

public abstract Orientation GetOrientation(DbAttribute,DbQualifier);

Deprecated- do not use. Use method with DbQualifier instead.

public abstract Orientation GetOrientation(DbAttribute,int);

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

public abstract Orientation GetOrientation(DbAttribute,int,DbElement);

See Also

DbElement Class | Aveva.Pdms.Database Namespace