 | CAEXPathBuilderInstanceIDInAttributeReference Method |
Gets the ID of the master parent instance from a reference defined in an Attribute mirror object in the specified
CAEX document.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string InstanceIDInAttributeReference(
string reference,
CAEXDocument document,
out bool isAttributeReference
)
Public Shared Function InstanceIDInAttributeReference (
reference As String,
document As CAEXDocument,
<OutAttribute> ByRef isAttributeReference As Boolean
) As String
public:
static String^ InstanceIDInAttributeReference(
String^ reference,
CAEXDocument^ document,
[OutAttribute] bool% isAttributeReference
)
Parameters
- reference String
- The reference from the Attribute mirror object.
- document CAEXDocument
- The document.
- isAttributeReference Boolean
- if set to true, if the reference is an Attribute reference in a mirror.
Return Value
String
The master parent ID
Remarks
Only valid since CAEX Version 3.0
See Also