ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR* 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