Click or drag to resize

ParameterItem Class

Represents a parameter item.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCAD.CommandParameterItem
    More...

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 ParameterItem

The ParameterItem type exposes the following members.

Constructors
  NameDescription
Protected methodParameterItem
Initializes a new instance of the ParameterItem class
Top
Properties
  NameDescription
Public propertyCommand
Get the command.
Public propertyDescription
Get or set the description of the parameter.
Public propertyEnabled
Gets or sets a value indicating whether the parameter is valid.
Public propertyGroup
Get command parameter group.
Public propertyID
Get the ID of the parameter.
Public propertyIndex
Get the index number in the collection of parameter items.
Public propertyIsEmpty
Get a value indicating whether the parameter is empty.
Public propertyIsOptional
Gets or sets a value indicating whether the parameter is optional.
Public propertyName
Get or set the name of the parameter.
Public propertyParameterType
Get the type of the parameter.
Public propertyValueSaveMode
Gets or sets the method of saving the parameter value.
Public propertyValueText
Get or set the parameter value as a string.
Top
Methods
  NameDescription
Public methodCompleteInput
Complete entering the parameter.
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 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 methodSetEmpty
Empty the value of the parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  RootPro.RootProCAD.CommandParameterItem
    RootPro.RootProCAD.CommandAngleParameterItem
    RootPro.RootProCAD.CommandDoubleParameterItem
    RootPro.RootProCAD.CommandIntegerParameterItem
    RootPro.RootProCAD.CommandLengthParameterItem
    RootPro.RootProCAD.CommandListParameterItem
    RootPro.RootProCAD.CommandMasterDrawComponentParameterItem
    RootPro.RootProCAD.CommandMultipleParameterItem
    RootPro.RootProCAD.CommandPointListParameterItem
    RootPro.RootProCAD.CommandPointParameterItem
    RootPro.RootProCAD.CommandScaleParameterItem
    RootPro.RootProCAD.CommandShapeGroupParameterItem
    RootPro.RootProCAD.CommandShapeListParameterItem
    RootPro.RootProCAD.CommandShapeMultiListParameterItem
    RootPro.RootProCAD.CommandShapeParameterItem
    RootPro.RootProCAD.CommandTextParameterItem