Click or drag to resize

ShapeMultiListParameterItem Class

Represents a shape list parameter that allows multiple shapes to be selected in sequence.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCAD.CommandParameterItem
    RootPro.RootProCAD.CommandShapeMultiListParameterItem

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 ShapeMultiListParameterItem : ParameterItem

The ShapeMultiListParameterItem type exposes the following members.

Constructors
  NameDescription
Protected methodShapeMultiListParameterItem
Initializes a new instance of the ShapeMultiListParameterItem class
Top
Properties
  NameDescription
Public propertyCommand
Get the command.
(Inherited from ParameterItem.)
Public propertyCompleteAll
Get or set a value indicating whether all shape list data has been entered.
Public propertyCompleteCurrent
Get or set a value that indicates whether the currently entered shape list data has been completed.
Public propertyDescription
Get or set the description of the parameter.
(Inherited from ParameterItem.)
Public propertyEditableShapeOnly
Get or set a value indicating whether only editable shapes are selected.
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 propertyShapeListCount
Get the number of shape list data.
Public propertyShapeTypeFilter
Get or set 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 methodAddShape
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.)
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 methodGetShapeList
Get a collection of selected shapes.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveLastShape
Delete the last shape in the shape list data.
Public methodSelectShape
Select a shape and set it as a parameter.
Public methodSelectShapeByCycling
Select shapes.
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