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


IImageServerInit2.AllowedMosaicMethods Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.AllowedMosaicMethods Property
ArcGIS Developer Help

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(
  System.String* pAllowedMosaicMethods
);
[C++]
Parameters
pAllowedMosaicMethods [in]

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

Product Availability

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

See Also

IImageServerInit2 Interface