 | IndexHelperIsInNodesFromIndexFromTo Method (INode, IAttributeIndex, Object, Boolean, Object, Boolean, Int32) |
Returns whether the candidate node is contained in the nodes in the index whose attribute is in the range from from to to
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static bool IsInNodesFromIndexFromTo(
INode candidate,
IAttributeIndex index,
Object from,
bool includingFrom,
Object to,
bool includingTo,
int threadId
)
Parameters
- candidate
- Type: de.unika.ipd.grGen.libGrINode
- index
- Type: de.unika.ipd.grGen.libGrIAttributeIndex
- from
- Type: SystemObject
- includingFrom
- Type: SystemBoolean
- to
- Type: SystemObject
- includingTo
- Type: SystemBoolean
- threadId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also