Click or drag to resize

PointListParameterItem Properties

The PointListParameterItem type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Get the command.
(Inherited from ParameterItem.)
Public propertyComplete
Gets or sets a value indicating whether or not the entry of point sequence data has been completed.
Public propertyDescription
Get or set the description of the parameter.
(Inherited from ParameterItem.)
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 propertyPoints
Gets or sets point sequence data.
Public propertySnapBasePointID
Gets or sets the ID of the parameter to be the reference point of the snap.
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