Click or drag to resize

RefURIAttributeTypeCreate Method

Creates a new RefURIAttribute using the specified document.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static RefURIAttributeType Create(
	CAEXDocument doc
)

Parameters

doc  CAEXDocument
The document.

Return Value

RefURIAttributeType
The RefURIAttribute attribute
See Also