Description:

Allows the user to interactively pick a viewport.

Syntax:
public static Result GetView(
string commandPrompt,
out RhinoView view
)
Parameters:
  • commandPrompt
  • Type: string
  • The command prompt during the request.
  • view
  • Type: RhinoView
  • The view that the user picked. If the operation is successful, then this out parameter is assigned the correct view during this call.
Returns:
Type: Result
The result based on user choice.
Available since:
5.0

Nothing found