ArcObjects Library Reference (DataSourcesRaster)  

IThreadedJobResultHandler.Properties Property

All the properties that make up the result handler object.

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

Parameters

ppHandlerProperties [out, retval]

  ppHandlerProperties is a parameter of type IPropertySet

ppHandlerProperties [in]

  ppHandlerProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IThreadedJobResultHandler Interface