Click or drag to resize

ShapeGroupParameterItem Class

Represents graphic group parameters that can select multiple shapes.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCAD.CommandParameterItem
    RootPro.RootProCAD.CommandShapeGroupParameterItem

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 class ShapeGroupParameterItem : ParameterItem

The ShapeGroupParameterItem type exposes the following members.

Constructors
  NameDescription
Protected methodShapeGroupParameterItem
Initializes a new instance of the ShapeGroupParameterItem class
Top
Properties
  NameDescription
Public propertyCommand
Get the command.
(Inherited from ParameterItem.)
Public propertyDescription
Get or set the description of the parameter.
(Inherited from ParameterItem.)
Public propertyEditableShapeOnly
Gets or sets a value indicating whether only editable shapes are selected.
Public propertyEnableBeforeSelection
Gets or sets a value indicating whether graphics can be selected before command execution.
Public propertyEnabled
Gets or sets a value indicating whether the parameter is valid.
(Inherited from ParameterItem.)
Public propertyGroup
Get command parameter group.
(Inherited from ParameterItem.)
Public propertyID
Get the ID of the parameter.
(Inherited from ParameterItem.)
Public propertyIndex
Get the index number in the collection of parameter items.
(Inherited from ParameterItem.)
Public propertyIsEmpty
Get a value indicating whether the parameter is empty.
(Inherited from ParameterItem.)
Public propertyIsOptional
Gets or sets a value indicating whether the parameter is optional.
(Inherited from ParameterItem.)
Public propertyName
Get or set the name of the parameter.
(Inherited from ParameterItem.)
Public propertyParameterType
Get the type of the parameter.
(Inherited from ParameterItem.)
Public propertySelectedShapes
Get a collection of selected shapes.
Public propertyShapeTypeFilter
Gets or sets the selectable shape type.
Public propertyValueSaveMode
Gets or sets the method of saving the parameter value.
(Inherited from ParameterItem.)
Public propertyValueText
Get or set the parameter value as a string.
(Inherited from ParameterItem.)
Top
Methods
  NameDescription
Public methodAddShapeGroup
Select the specified shape and set it as a parameter.
Public methodCompleteInput
Complete entering the parameter.
(Inherited from ParameterItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterSelection
Execute filtering of selected shapes.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvertSelection
Invert the selection state.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveShapes
Deselect the specified geometry and delete it from the parameter.
Public methodSelectAll
Select all shapes.
Public methodSelectPrevious
Reselect the previously selected shape.
Public methodSelectShapeByCycling
Select shapes.
Public methodSelectShapes
Select a shape and set it as a parameter.
Public methodSetEmpty
Empty the value of the parameter.
(Inherited from ParameterItem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also