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


ISceneVideoExporter.VideoDuration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneVideoExporter Interface > ISceneVideoExporter.VideoDuration Property
ArcGIS Developer Help

ISceneVideoExporter.VideoDuration Property

The duration of the animation in seconds.

[Visual Basic .NET]
Public Property VideoDuration As Double
[C#]
public double VideoDuration {get; set;}
[C++]
HRESULT get_VideoDuration(
  double pSeconds
);
[C++]
HRESULT put_VideoDuration(
  System.Double* pSeconds
);
[C++]
Parameters
pSeconds [in]

pSeconds is a parameter of type double pSeconds [out, retval]
pSeconds is a parameter of type double*

Product Availability

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

See Also

ISceneVideoExporter Interface