Click or drag to resize

ObjectWithAttributesNew_Attribute Method

Appends a new Attribute object with the defined name to the specified CAEX object.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static AttributeType New_Attribute(
	this IObjectWithAttributes caexObject,
	string name
)

Parameters

caexObject  IObjectWithAttributes
The CAEX object
name  String
the name of the new Attribute object

Return Value

AttributeType
The new Attribute

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).
See Also