This document is archived and information here might be outdated.  Recommended version.


IGeoProcessorSettings.ShowModelBuilderPrompts Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorSettings.ShowModelBuilderPrompts Property

Indicates whether to prompt the user when connecting elements in ModelBuilder if there is more than one possible connection.

[Visual Basic .NET]
Public Property ShowModelBuilderPrompts As Boolean
[C#]
public bool ShowModelBuilderPrompts {get; set;}
[C++]
HRESULT get_ShowModelBuilderPrompts(
  VARIANT_BOOL showPrompts
);
[C++]
HRESULT put_ShowModelBuilderPrompts(
  Boolean* showPrompts
);
[C++]

Parameters showPrompts [in]
showPrompts is a parameter of type bool showPrompts [out, retval]
showPrompts is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoProcessorSettings Interface