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.2
Syntax
C#
public AttributeIndexDescription(
	string name,
	GrGenType graphElementType,
	AttributeType attributeType
)

Parameters

name
Type: SystemString
graphElementType
Type: de.unika.ipd.grGen.libGrGrGenType
attributeType
Type: de.unika.ipd.grGen.libGrAttributeType
See Also