Click or drag to resize
GraphicPickEventArgs Properties

The GraphicPickEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelSelection
Gets or sets a value that indicates if the picked object should be added to the ProjectSelection.
Public propertyCursor
Gets or sets a Cursor that is used to indicate picking preview.
Public propertyPickedMaterial
Gets the Material of the picked object at the picked position.
Public propertyPickedObject
Gets the picked ProjectObject.
Public propertyPickedPosition
Gets the picked position in global coordinates.
Public propertyPickedTemporaryGraphic
Gets the picked TemporaryGraphic object.
Top
See Also