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


ISeamlineTaskInfo.RequestSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo.RequestSize Property

The request size.

[Visual Basic .NET]
Public Property RequestSize As Integer
[C#]
public int RequestSize {get; set;}
[C++]
HRESULT get_RequestSize(
  long* pRequestSize
);
[C++]
HRESULT put_RequestSize(
  long pRequestSize
);
[C++]

Parameters pRequestSize [out, retval] pRequestSize is a parameter of type long pRequestSize [in] pRequestSize is a parameter of type long

Product Availability

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

See Also

ISeamlineTaskInfo Interface