 | AmlObjectsExtensionsToRefURIAttribute Method |
Converts an AttributeType to a RefUriAttribute.
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static RefURIAttributeType ToRefURIAttribute(
this AttributeType attribute
)
<ExtensionAttribute>
Public Shared Function ToRefURIAttribute (
attribute As AttributeType
) As RefURIAttributeType
public:
[ExtensionAttribute]
static RefURIAttributeType^ ToRefURIAttribute(
AttributeType^ attribute
)
Parameters
- attribute AttributeType
- The AttributeType object.
Return Value
RefURIAttributeTypeAn 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