 | AmlObjectsExtensionsIsAMLObject Method |
Determines whether the CAEX object is an AutomationML object. If the CAEX object is a SystemUnitClass or
InternalElement,
it is checked, if there exists a role reference to the AutomationMLBaseRole. If the CAEX object is an
ExternalInterface,
it is checked, if there exists an InterfaceClass reference to an AutomationMLBase Interface.
Namespace: Aml.Engine.AmlObjects.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsAMLObject(
this ICAEXWrapper caexObject
)
<ExtensionAttribute>
Public Shared Function IsAMLObject (
caexObject As ICAEXWrapper
) As Boolean
public:
[ExtensionAttribute]
static bool IsAMLObject(
ICAEXWrapper^ caexObject
)
Parameters
- caexObject ICAEXWrapper
- The CAEX object.
Return Value
Booleantrue if the CAEX object is an AutomationML object; otherwise,
false.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ICAEXWrapper. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also