ArcObjects Library Reference (DataSourcesRaster)  

IThreadedJobResult.Properties Property

All the properties that define the threaded job results object.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** ppResultProperties
);
[C++]
HRESULT putref_Properties(
  IPropertySet* ppResultProperties
);
[C++]

Parameters

ppResultProperties [out, retval]

  ppResultProperties is a parameter of type IPropertySet

ppResultProperties [in]

  ppResultProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IThreadedJobResult Interface