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


IFieldEdit.Length Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFieldEdit.Length Property

The maximum length, in bytes, for field values.

[Visual Basic .NET]
Public WriteOnly Property Length_2
[C#]
public void Length_2 {set;}
[C++]
HRESULT put_Length(
  long 
);
[C++]

Parameters [in] is a parameter of type long

Product Availability

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

Remarks

The length property of a field has meaning only for esriFieldTypeString fields. The length property for all other field types is not important and will be ignored if specified.

See Also

IFieldEdit Interface