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


IVideoExporterProperties.CodecCode 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.CodecCode Property
ArcGIS Developer Help

IVideoExporterProperties.CodecCode Property

The current video codec's unique code.

[Visual Basic .NET]
Public Property CodecCode As String
[C#]
public string CodecCode {get; set;}
[C++]
HRESULT get_CodecCode(
  BSTR pCodecCode
);
[C++]
HRESULT put_CodecCode(
  System.String* pCodecCode
);
[C++]
Parameters
pCodecCode [in]

pCodecCode is a parameter of type BSTR pCodecCode [out, retval]
pCodecCode is a parameter of type BSTR*

Product Availability

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

See Also

IVideoExporterProperties Interface