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(
VARIANT_BOOL showPrompts
);
[C++]Parameters
showPrompts [out, retval] showPrompts is a parameter of type VARIANT_BOOL showPrompts [in] showPrompts is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.