Click or drag to resize

CAEXDocumentExtensionsExternalReferenceFromAlias Method

Gets the ExternalReferenceType form the CAEXDocument which defines the defined alias.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static ExternalReferenceType ExternalReferenceFromAlias(
	this CAEXDocument document,
	string alias
)

Parameters

document  CAEXDocument
The document.
alias  String
The alias.

Return Value

ExternalReferenceType
The ExternalReference, containing the alias

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXDocument. 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