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


IWCSCoverageDescription.NativeImageFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSCoverageDescription Interface > IWCSCoverageDescription.NativeImageFormat Property
ArcGIS Developer Help

IWCSCoverageDescription.NativeImageFormat Property

The native format or the first format if the native format is not given.

[Visual Basic .NET]
Public ReadOnly Property NativeImageFormat As String
[C#]
public string NativeImageFormat {get;}
[C++]
HRESULT get_NativeImageFormat(
  System.String* format
);
[C++]
Parameters
format [out, retval]

format is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWCSCoverageDescription Interface