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


IDEImageServer.MosaicProps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDEImageServer Interface > IDEImageServer.MosaicProps Property
ArcGIS Developer Help

IDEImageServer.MosaicProps Property

Mosaic property of Image Server Layer.

[Visual Basic .NET]
Public Property MosaicProps As String
[C#]
public string MosaicProps {get; set;}
[C++]
HRESULT get_MosaicProps(
  System.String* Mosaic
);
[C++]
HRESULT put_MosaicProps(
  BSTR Mosaic
);
[C++]
Parameters
Mosaic [out, retval]

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

Product Availability

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

See Also

IDEImageServer Interface