IEnumerable<NamedSelection> ANSYSAnalysisSettings.NamedSelection { get; set; }

Gets or sets the objects of type NamedSelection to -- Named Selection property in the Output Controls group of Analysis Settings. If the OutputSelection != OutputSelection.NamedSelection, 1. NamedSelection cannot be set. An exception will be thrown saying “Cannot modify ANSYSAnalysisSettings.NamedSelection if ANSYSAnalysisSettings.OutputSelection is not set to "OutputSelection.NamedSelection”.” 2. Getting the NamedSelection value will return an empty list.