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


IImageServiceInfo2.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 > IImageServiceInfo2 Interface > IImageServiceInfo2.AllowedMosaicMethods Property
ArcGIS Developer Help

IImageServiceInfo2.AllowedMosaicMethods Property

The list of allowed client controllable mosaic methods.

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

pAllowedMethods is a parameter of type BSTR* pAllowedMethods [in]
pAllowedMethods is a parameter of type BSTR

Product Availability

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

See Also

IImageServiceInfo2 Interface