Click or drag to resize

GXLExportGetDomainID(AttributeKind, EnumAttributeType) Method

Returns the domain ID for the given attribute type.

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

Parameters

kind  AttributeKind
The attribute kind
enumAttrType  EnumAttributeType
For enums, enumAttrType must be valid. Otherwise it may be null.

Return Value

String
See Also