CadPromptState(String, String?, Boolean, Int32, String?, IReadOnlyList, String?) Constructor

Definition

Assembly ProCad.Editing.dll
public CadPromptState(string Prompt, string? ActiveCommand, bool IsActive, int ActiveParameterIndex, string? ParameterHelp, IReadOnlyList<CadCommandCompletionItem> Completions, string? LastMessage)

Parameters

Prompt
String?
ActiveCommand
String?
IsActive
Boolean
ActiveParameterIndex
Int32
ParameterHelp
String?
LastMessage
String?