 | CAEXPathBuilderIsObjectReferenceWithAlias Method |
Determines whether the specified classReference is an alias reference to the provided AutomationML class path.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsObjectReferenceWithAlias(
string classReference,
string automationMlClassPath,
CAEXDocumentCAEXSchema schema
)
Public Shared Function IsObjectReferenceWithAlias (
classReference As String,
automationMlClassPath As String,
schema As CAEXDocumentCAEXSchema
) As Boolean
public:
static bool IsObjectReferenceWithAlias(
String^ classReference,
String^ automationMlClassPath,
CAEXDocumentCAEXSchema schema
)
Parameters
- classReference String
- The class reference.
- automationMlClassPath String
- The automation ml class path.
- schema CAEXDocumentCAEXSchema
- The CAEX schema version.
Return Value
Booleantrue if [is object reference with alias] [the specified class
reference]; otherwise,
false.
See Also