Version: 2022.3
言語: 日本語
public static int GetTotalSteps (int id);

パラメーター

id The progress indicator's unique ID.

戻り値

int The number of steps.

説明

Gets the total number of steps, from start to finish, for a progress indicator.

Returns -1 if you don't use steps to report progress on this indicator. To set the type of steps that the progress window displays, use Progress.SetStepLabel.

See Also: Progress.Report, Progress.GetCurrentStep, Progress.GetStepLabel, Progress.SetStepLabel.