-
Home
-
API
-
ProCad.Editing.Commands
-
CadCommandParameterDescriptor
-
Constructors
-
CadCommandParameterDescriptor(String, CadCommandParameterKind, Boolean, String, String?, String?, Boolean)
CadCommandParameterDescriptor(String, CadCommandParameterKind, Boolean, String, String?, String?, Boolean) Constructor
Definition
public CadCommandParameterDescriptor(string Name, CadCommandParameterKind Kind, bool IsOptional = false, string Description = "", string? DefaultValue = null, string? Example = null, bool IsVariadic = false)
Parameters