Click or drag to resize

ContainerHelperIndexOfBy Method (Object, String, Object, Int32, IGraphProcessingEnvironment)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static int IndexOfBy(
	Object container,
	string memberOrAttribute,
	Object value,
	int startIndex,
	IGraphProcessingEnvironment procEnv
)

Parameters

container
Type: SystemObject
memberOrAttribute
Type: SystemString
value
Type: SystemObject
startIndex
Type: SystemInt32
procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment

Return Value

Type: Int32
See Also