This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.DataRate Property (ArcObjects .NET 10.5 SDK) |
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