Click or drag to resize

CAEXPathBuilderIsObjectReferenceWithAlias Method

Determines whether the specified classReference is an alias reference to the provided AutomationML class path.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
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

Boolean
true if [is object reference with alias] [the specified class reference]; otherwise, false.
See Also