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


IVideoExporterProperties.DataRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.DataRate Property
ArcGIS Developer Help

IVideoExporterProperties.DataRate Property

The maximum number of bytes per second.

[Visual Basic .NET]
Public Property DataRate As Integer
[C#]
public int DataRate {get; set;}
[C++]
HRESULT get_DataRate(
  long pDataRate
);
[C++]
HRESULT put_DataRate(
  System.Int32* pDataRate
);
[C++]
Parameters
pDataRate [in]

pDataRate is a parameter of type long pDataRate [out, retval]
pDataRate is a parameter of type long*

Product Availability

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

See Also

IVideoExporterProperties Interface