This document is archived and information here might be outdated. Recommended version. |
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*