QueryTypeID
Canonical path: NemAll_Python_IFW_Input.QueryTypeID
Implementation of the element type ID query
Methods:
-
GetQueryText–Get the query text
-
GetQueryTypeID–Get the ID of the type query
-
__call__–Overloaded operator ()
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
GetQueryTypeID
GetQueryTypeID() -> GUID
__call__
__call__(ele: BaseElementAdapter) -> bool
Overloaded operator ()
Parameters:
-
ele(BaseElementAdapter) –Element to check
Returns:
-
bool–Type of the element is same as the filter type: true/false
Placeholder