Click or drag to resize

ObjectWithAMLAttributesNew_RefUriAttribute Method

Creates a new RefURI attribute for the CAEXBase object if none exists. The RefURI attribute value is set to the provided Uri.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public RefURIAttributeType New_RefUriAttribute(
	string uri
)

Parameters

uri  String
The Uri string.

Return Value

RefURIAttributeType
the RefURIAttributeType.
Remarks
AutomationML defines, that only one RefUri attribute can be assigned to an object. If a RefUri attribute exists, the provided Uri is set to the existing attribute.
See Also