The properties on a DAPickableResult object are used either with the DAGeometry.Pickable function or with the DAImage.Pickable function. The properties are either the new, pickable DAGeometry object or DAImage object, and the DAEvent that occurs when the mouse is within the pickable region.
DAPickableResult Properties
Geometry A read-only property with a DAGeometry value that is the pickable geometry. Image A read-only property with a DAImage value that is the pickable image. PickEvent A read-only property with a DAEvent value that is the event that occurs when the mouse is within the pickable region.
A read-only property with a DAGeometry value that is the pickable geometry.
Syntax
pickableResultObj.Geometry
A read-only property with a DAImage value that is the pickable image.
Syntax
pickableResultObj.Image
A read-only property with a DAEvent value that is the event that occurs when the mouse is within the pickable region. This event is a DAPair object whose first member is the point of intersection and whose second member is a vector that is perpendicular to the surface.
Syntax
pickableResultObj.PickEvent
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.