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


ISeamlineTaskInfo2.RequestSizeType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo2 Interface > ISeamlineTaskInfo2.RequestSizeType Property
ArcGIS Developer Help

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