ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo2.RequestSizeType Property

The unit of the value specified for the 'RequestSize' property.

[Visual Basic .NET]
Public Property RequestSizeType As esriRequestSizeType
[C#]
public esriRequestSizeType RequestSizeType {get; set;}
[C++]
HRESULT get_RequestSizeType(
  esriRequestSizeType* pRequestSizeType
);
[C++]
HRESULT put_RequestSizeType(
  esriRequestSizeType pRequestSizeType
);
[C++]

Parameters

pRequestSizeType [out, retval]

  pRequestSizeType is a parameter of type esriRequestSizeType

pRequestSizeType [in]

  pRequestSizeType is a parameter of type esriRequestSizeType

Product Availability

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

See Also

ISeamlineTaskInfo2 Interface