Click or drag to resize

GXLExportGetDomainID Method (AttributeKind, EnumAttributeType)

Returns the domain ID for the given attribute type.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
protected string GetDomainID(
	AttributeKind kind,
	EnumAttributeType enumAttrType
)

Parameters

kind
Type: de.unika.ipd.grGen.libGrAttributeKind
The attribute kind
enumAttrType
Type: de.unika.ipd.grGen.libGrEnumAttributeType
For enums, enumAttrType must be valid. Otherwise it may be null.

Return Value

Type: String
See Also