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


IVideoExporter.IsInstalled 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.IsInstalled Property
ArcGIS Developer Help

IVideoExporter.IsInstalled Property

Indicates if the video exporter is installed.

[Visual Basic .NET]
Public ReadOnly Property IsInstalled As Boolean
[C#]
public bool IsInstalled {get;}
[C++]
HRESULT get_IsInstalled(
  Boolean* pbIsInstalled
);
[C++]
Parameters
pbIsInstalled [out, retval]

pbIsInstalled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExporter Interface