CadCommandParameterDescriptor(String, CadCommandParameterKind, Boolean, String, String?, String?, Boolean) Constructor

Definition

Assembly ProCad.Editing.dll
public CadCommandParameterDescriptor(string Name, CadCommandParameterKind Kind, bool IsOptional = false, string Description = "", string? DefaultValue = null, string? Example = null, bool IsVariadic = false)

Parameters

Name
String?
IsOptional
Boolean
Description
String?
DefaultValue
String?
Example
String?
IsVariadic
Boolean