 | CAEXPathBuilderIsAttributeReference Method |
Determines, if the path is an Attribute reference. This method is able to distinguish
if an UUID is combined with a CAEX path
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsAttributeReference(
CAEXDocument document,
string attributeReference
)
Public Shared Function IsAttributeReference (
document As CAEXDocument,
attributeReference As String
) As Boolean
public:
static bool IsAttributeReference(
CAEXDocument^ document,
String^ attributeReference
)
Parameters
- document CAEXDocument
- The document, where the reference is tested.
- attributeReference String
- The attribute reference.
Return Value
Booleantrue, if the provided reference is an attribute reference.
Remarks
This method should only be used for CAEXDocuments based at least on CAEX Version 3.0
See Also