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


IPropertyInfo.Length Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPropertyInfo Interface > IPropertyInfo.Length Property
ArcGIS Developer Help

IPropertyInfo.Length Property

Property length.

[Visual Basic .NET]
Public ReadOnly Property Length As Integer
[C#]
public int Length {get;}
[C++]
HRESULT get_Length(
  System.Int32* Length
);
[C++]
Parameters
Length [out, retval]

Length is a parameter of type long*

Product Availability

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

See Also

IPropertyInfo Interface