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


IDescColumn.Read Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescColumn Interface > IDescColumn.Read Method
ArcGIS Developer Help

IDescColumn.Read Method

Read data from the descriptor table.

[Visual Basic .NET]
Public Function Read ( _
    ByVal Start As Integer, _
    ByVal Count As Integer _
) As Object
[C#]
public object Read (
    int Start,
    int Count
);
[C++]
HRESULT Read(
  long Start,
  long Count
);
[C++]
Parameters
Start [in]

Start is a parameter of type long Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IDescColumn Interface