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


IVideoExporterProperties.ShowSettingsDialog Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

IVideoExporterProperties.ShowSettingsDialog Property

Indicates if video compression settings dialog is to be displayed.

[Visual Basic .NET]
Public Property ShowSettingsDialog As Boolean
[C#]
public bool ShowSettingsDialog {get; set;}
[C++]
HRESULT get_ShowSettingsDialog(
  VARIANT_BOOL pbShowSettingsDialog
);
[C++]
HRESULT put_ShowSettingsDialog(
  Boolean* pbShowSettingsDialog
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVideoExporterProperties Interface