This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldEdit Interface > IFieldEdit.Length Property (ArcObjects .NET 10.4 SDK) |
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
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.