Click or drag to resize

AmlObjectsExtensionsRefURIAttribute Method

Gets the RefURIAttributeType from the objectWithAttributes if one exists.

Namespace: Aml.Engine.AmlObjects.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static RefURIAttributeType RefURIAttribute(
	this IObjectWithAttributes objectWithAttributes
)

Parameters

objectWithAttributes  IObjectWithAttributes
The object with attributes.

Return Value

RefURIAttributeType
The RefURIAttribute from this instance if it exists; otherwise null

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