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


IVideoExporter.ShowSettingsDialog Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

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

.NET Snippets

Create Animation QuickTime

.NET Related Topics

How to export animations to video