  | CAEXPathBuilderExternalInterfaceIDInAttributeReference Method | 
                Check, if the provided reference is a reference to an attribute of an ExternalInterface, using the ID of an
                ExternalInterface.
            
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string ExternalInterfaceIDInAttributeReference(
	string reference,
	CAEXDocument cAEXDocument,
	out bool isIdReference
)
Public Shared Function ExternalInterfaceIDInAttributeReference ( 
	reference As String,
	cAEXDocument As CAEXDocument,
	<OutAttribute> ByRef isIdReference As Boolean
) As String
public:
static String^ ExternalInterfaceIDInAttributeReference(
	String^ reference, 
	CAEXDocument^ cAEXDocument, 
	[OutAttribute] bool% isIdReference
)
Parameters
- reference  String
 - The reference.
 - cAEXDocument  CAEXDocument
 - The CAEX document.
 - isIdReference  Boolean
 - if set to true a valid ID is used to reference an ExternalInterface.
 
Return Value
Stringthe normalized ID if the reference contains an ID
RemarksThis method only recognizes GUIDs in a reference.
See Also