Click or drag to resize

AttributeIndexDescription Constructor

Initializes a new instance of the AttributeIndexDescription class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public AttributeIndexDescription(
	string name,
	GrGenType graphElementType,
	AttributeType attributeType
)

Parameters

name  String
 
graphElementType  GrGenType
 
attributeType  AttributeType
 
See Also