Click or drag to resize

ShapeGroupParameterItemEnableBeforeSelection Property

Gets or sets a value indicating whether graphics can be selected before command execution.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool EnableBeforeSelection { get; set; }

Property Value

Type: Boolean
true if a shape can be selected before command execution. Otherwise false.
See Also