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

Overload_CAEX_ClassModel_CAEXFileType_FindFastByID

AutomationML edited this page Feb 22, 2017 · 1 revision

CAEXFileType.FindFastByID Method

Overload List

 

Name Description
Public method FindFastByID(String, Boolean) Performs a document wide fast search and returns a CAEXObject given by its ID. This method is fast due to table support. If the actual Tables don't contain any Object, the UpdateAllTables(Boolean) method is called. If you have made unregistered changes to the document, the update method should be called explicit to ensure, that all Objects in the current Caex Document are registered.
Public method FindFastByID(T)(String, Boolean) Performs a document wide fast search and returns a CaexWrapper of the specified Parameter Type for the Object given by its ID. This method is fast due to table support. If the actual Tables don't contain any Object, the UpdateAllTables(Boolean) method is called. If you have made unregistered changes to the document, the update method should be called explicit to ensure, that all Objects in the current Caex Document are registered.
  Back to Top

See Also

Reference

CAEXFileType Class
CAEX_ClassModel 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