IReadOnlyList<String> CommandRepository.GetCommandNames(CommandsType eCommandsType)

Gets the command names of a type specified by params eCommandsType and index in the repository.

Parameters

  • eCommandsType
    Command type. Valid options are: Ansys.ACT.Automation.Mechanical.FE.CommandsType.Processed Ansys.ACT.Automation.Mechanical.FE.CommandsType.UnProcessed Ansys.ACT.Automation.Mechanical.FE.CommandsType.All

Return Value

Type: IReadOnlyList<String>
Returns the command names.