ArcObjects Library Reference (DefenseSolutions)  

ISymbologyOptions.ShouldPromptForStandard Property

Should MOLE prompt for a symbology standard, when it is uncertain.

[Visual Basic .NET]
Public Property ShouldPromptForStandard As Boolean
[C#]
public bool ShouldPromptForStandard {get; set;}
[C++]
HRESULT get_ShouldPromptForStandard(
  VARIANT_BOOL* Prompt
);
[C++]
HRESULT put_ShouldPromptForStandard(
  VARIANT_BOOL Prompt
);
[C++]

Parameters

Prompt [out, retval]   Prompt is a parameter of type VARIANT_BOOL Prompt [in]   Prompt is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ISymbologyOptions Interface