Message 1 of 3
UserInterface.selectEntity - what are the possible options?

Not applicable
02-02-2015
10:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
UserInterface.selectEntity says that the filter parameter is "A string defining the types of entities valid for selection. This uses the same strings that the SelectionCommandInput uses. You can combine multiple types by using a comma delimiter. For example, the string "PlanarFaces,ConstructionPlanes" will allow the selection of either a planar face or a construction plane."
But I don't see anything under SelectionCommandInput that talks about the possible values.
(A comma-separated string seems like a strange choice of type for this parameter, too.)