Click or drag to resize

AmlObjectsExtensionsToRefURIAttribute Method

Converts an AttributeType to a RefUriAttribute.

Namespace: Aml.Engine.AmlObjects.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static RefURIAttributeType ToRefURIAttribute(
	this AttributeType attribute
)

Parameters

attribute  AttributeType
The AttributeType object.

Return Value

RefURIAttributeType
An RefURIAttributeType object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AttributeType. 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).
Remarks
The conversion doesn't create the RefURIAttributeType. Use Create(CAEXDocument) method to create a RefURIAttributeType.
See Also