`ISelectionInfo` Last update: 09.03.2026 class Ansys.ACT.Interfaces.Common.ISelectionInfo Bases: object Defines a selection information. Overview Properties Name Description Id Gets the selection identifier. Ids Gets or sets selected IDs. Name Gets or sets the selection name. SelectionType Gets or sets the selection type. Property detail property ISelectionInfo.Id : int | None Gets the selection identifier. property ISelectionInfo.Ids : List[int] | None Gets or sets selected IDs. property ISelectionInfo.Name : str | None Gets or sets the selection name. property ISelectionInfo.SelectionType : Ansys.ACT.Interfaces.Common.SelectionTypeEnum | None Gets or sets the selection type.