 | AmlObjectsExtensionsFrameAttribute Method |
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static FrameAttributeType FrameAttribute(
this IObjectWithAttributes caexObject
)
<ExtensionAttribute>
Public Shared Function FrameAttribute (
caexObject As IObjectWithAttributes
) As FrameAttributeType
public:
[ExtensionAttribute]
static FrameAttributeType^ FrameAttribute(
IObjectWithAttributes^ caexObject
)
Parameters
- caexObject IObjectWithAttributes
- The CAEX object.
Return Value
FrameAttributeTypeThe 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
See Also