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


IDescColumn.Write 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.Write Method
ArcGIS Developer Help

IDescColumn.Write Method

Writes data to the descriptor table.

[Visual Basic .NET]
Public Sub Write ( _
    ByVal Start As Integer, _
    ByVal Count As Integer, _
    ByRef array As Object _
)
[C#]
public void Write (
    int Start,
    int Count,
    ref object array
);
[C++]
HRESULT Write(
  long Start,
  long Count,
  Variant* array
);
[C++]
Parameters
Start [in]

Start is a parameter of type long Count [in]
Count is a parameter of type long array [in]
array is a parameter of type VARIANT*

Product Availability

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

See Also

IDescColumn Interface