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


IVideoExporterProperties.IsInstalled Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IVideoExporterProperties.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(
  VARIANT_BOOL* pbIsInstalled
);
[C++]

Parameters pbIsInstalled [out, retval] pbIsInstalled is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IVideoExporterProperties Interface