This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.ColorDepth Property (ArcObjects .NET 10.4 SDK) |
The number of bits per pixel in each video frame.
[Visual Basic .NET] Public Property ColorDepth As Short
[C#] public short ColorDepth {get; set;}
[C++]
HRESULT get_ColorDepth(
short* pColorDepth
);
[C++]
HRESULT put_ColorDepth(
short pColorDepth
);
[C++]
Parameters pColorDepth [out, retval] pColorDepth is a parameter of type short pColorDepth [in] pColorDepth is a parameter of type short