Click or drag to resize

ShapeParameterItem Properties

The ShapeParameterItem type exposes the following members.

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 propertyPickPoint
Get or set the pick point.
Public propertyShape
Get graphics data
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
See Also