ArcObjects Library Reference (3DAnalyst)  

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(
  long pDataRate
);
[C++]

Parameters

pDataRate [out, retval]   pDataRate is a parameter of type long pDataRate [in]   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