'Declaration Protected Overloads Overridable Function FindInteractiveObjects( _
ByVal xThe X coordinate of point.As Single, _
ByVal yThe Y coordinate of point.As Single, _
ByVal ignoreContainmentCheckDistanceA value indicating whether 'ContainmentCheckDistance' property must be ignored.As Boolean _
) As IInteractiveObject[]
protected virtual IInteractiveObject[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
)
protected: virtual IInteractiveObject*[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
)
protected:
virtual IInteractiveObject^[] FindInteractiveObjects(
float x,
float y,
bool ignoreContainmentCheckDistance
)
Parameters
- x
- The X coordinate of point.
- y
- The Y coordinate of point.
- ignoreContainmentCheckDistance
- A value indicating whether 'ContainmentCheckDistance' property must be ignored.
Return Value
An interactive object if object is found; otherwise, null.