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


IMosaicDatasetOperationParameters.Parameters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperationParameters.Parameters Property

All parameters associated with the mosaic dataset operation.

[Visual Basic .NET]
Public Property Parameters As IPropertySet
[C#]
public IPropertySet Parameters {get; set;}
[C++]
HRESULT get_Parameters(
  IPropertySet** ppAllParameters
);
[C++]
HRESULT putref_Parameters(
  IPropertySet* ppAllParameters
);
[C++]

Parameters ppAllParameters [out, retval]
ppAllParameters is a parameter of type IPropertySet ppAllParameters [in]
ppAllParameters is a parameter of type IPropertySet

Product Availability

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

See Also

IMosaicDatasetOperationParameters Interface