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)
Syntaxpublic abstract bool EnableBeforeSelection { get; set; }Public MustOverride Property EnableBeforeSelection As Boolean
	Get
	Set
Property Value
Type: 
Boolean
            true if a shape can be selected before command execution. Otherwise false.
            
See Also