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


IVideoExporter.ShowSettingsDialog Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.ShowSettingsDialog Property
ArcGIS Developer Help

IVideoExporter.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.

See Also

IVideoExporter Interface