Click or drag to resize

AmlObjectsExtensionsFrameAttribute Method

Gets a defined FrameAttribute from the Attribute collection of the IObjectWithAttributes. If no such attribute exists, null is returned.

Namespace: Aml.Engine.AmlObjects.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static FrameAttributeType FrameAttribute(
	this IObjectWithAttributes caexObject
)

Parameters

caexObject  IObjectWithAttributes
The CAEX object.

Return Value

FrameAttributeType
The FrameAttribute.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IObjectWithAttributes. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptioncaexObject
See Also