 | IndexHelperEdgesFromIndexSameAsArray Method (IAttributeIndex, Object, Int32) |
Returns the edges in the index whose attribute is the same as the value given, as array
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static List<IEdge> EdgesFromIndexSameAsArray(
IAttributeIndex index,
Object value,
int threadId
)
Parameters
- index
- Type: de.unika.ipd.grGen.libGrIAttributeIndex
- value
- Type: SystemObject
- threadId
- Type: SystemInt32
Return Value
Type:
ListIEdge
See Also