Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Overload_AMLEngineExtensions_NavigationExtensions_FindByXPath

AutomationML edited this page Feb 22, 2017 · 1 revision

NavigationExtensions.FindByXPath Method

Overload List

 

Name Description
Public methodStatic member FindByXPath(T)(CAEXBasicObject, String) Searches a CAEXBasicObject from the given xPath, the type must be given in angle brackets. The search bases on XPath and is slow. For speed optimization, use FindFastByPath instead. If your CAEX file has changed, update the hash tables before using this function using updateCAEXObjectHashLists before.
Public methodStatic member FindByXPath(CAEXBasicObject, String) Searches a CAEXBasicObject from the given xPath, you must cast the returned CAEXBasicObject into the type you expect. The search bases on XPath and is slow. For speed optimization, use FindFastByPath instead. If your CAEX file has changed, update the hash tables before using this function using updateCAEXObjectHashLists before.
Public methodStatic member FindByXPath(T)(CAEXFileType, String) Searches an object in the whole document that has the given Path. The search bases on XPath and is slow. For speed optimization, use FindFastByPath instead. If your CAEX file has changed, update the hash tables before using this function using updateCAEXObjectHashLists before.
Public methodStatic member FindByXPath(CAEXFileType, String) Searches a CAEXBasicObject from the given path. The search bases on XPath and is slow. For speed optimization, use FindFastByPath instead. If your CAEX file has changed, update the hash tables before using this function using updateCAEXObjectHashLists before.
  Back to Top

See Also

Reference

NavigationExtensions Class
AMLEngineExtensions Namespace

  • Introduction
  • [Version History](Version history)
    • [Version 3.5](Version 3.4)
    • [Version 3.1](Version 3.0)
    • [Version 2.1](Version 2.1)
    • [Version 2.0](Version 2.0)
  • [Getting Started](Getting started)
  • Examples
  • AMLEngine API
BEST Practice Content

Extensions

CAEX Elements

AutomationML

Utilities

Interfaceclasses

Exceptions

Objecttables and Document validation

Clone this wiki locally