ArcObjects Library Reference (Carto)  

IImageServerInit2.AllowedMosaicMethods Property

The list of allowed mosaic methods.

[Visual Basic .NET]
Public Property AllowedMosaicMethods As String
[C#]
public string AllowedMosaicMethods {get; set;}
[C++]
HRESULT get_AllowedMosaicMethods(
  BSTR* pAllowedMosaicMethods
);
[C++]
HRESULT put_AllowedMosaicMethods(
  BSTR pAllowedMosaicMethods
);
[C++]

Parameters

pAllowedMosaicMethods [out, retval]   pAllowedMosaicMethods is a parameter of type BSTR pAllowedMosaicMethods [in]   pAllowedMosaicMethods is a parameter of type BSTR

Product Availability

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

See Also

IImageServerInit2 Interface