String
CommandRepository
.GetCommandName(
CommandsType
eCommandsType, Int32 index)
Gets the name of commands of a type specified by params eCommandsType and index in the repository.
Remarks
Examples
Parameters
eCommandsType
Type:
CommandsType
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
index
Type: Int32
1 based index
Return Value
Type: String
Returns the command name.