PickObject Method


Selection Pick Object Method

Prompts the user to select one object.
Overload List
Name Description
Public method Code example PickObject(ObjectType) Prompts the user to select one object.
Public method PickObject(ObjectType, ISelectionFilter) Prompts the user to select one object which passes a custom filter.
Public method PickObject(ObjectType, String) Prompts the user to select one object while showing a custom status prompt string.
Public method PickObject(ObjectType, ISelectionFilter, String) Prompts the user to select one object which passes a custom filter while showing a custom status prompt string.
Top
See Also