 | RefURIAttributeTypeCreate Method |
Creates a new RefURIAttribute using the specified document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static RefURIAttributeType Create(
CAEXDocument doc
)
Public Shared Function Create (
doc As CAEXDocument
) As RefURIAttributeType
public:
static RefURIAttributeType^ Create(
CAEXDocument^ doc
)
Parameters
- doc CAEXDocument
- The document.
Return Value
RefURIAttributeTypeThe RefURIAttribute attribute
See Also