Click or drag to resize

ProjectGetAllUniqueGroupableModelElementNames Method

Gets all unique names of the groupable model elements currently in the project. The names returned are the names of the elements without the group names if the GroupUsage setting of the project is set to 'VisualGroupingMechanism'. If the GroupUsageSetting is set to 'AsSeparateProjects', the names contain the groupnames as well.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public HashSet<string> GetAllUniqueGroupableModelElementNames()

Return Value

Type: HashSetString
Hashset with all the unique names of the groupable model elements currently in the project
See Also