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


IGPSANameDomain.MaxLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANameDomain Interface > IGPSANameDomain.MaxLength Property
ArcGIS Developer Help

IGPSANameDomain.MaxLength Property

MaxLength.

[Visual Basic .NET]
Public Property MaxLength As Integer
[C#]
public int MaxLength {get; set;}
[C++]
HRESULT get_MaxLength(
  long MaxLength
);
[C++]
HRESULT put_MaxLength(
  System.Int32* MaxLength
);
[C++]
Parameters
MaxLength [in]

MaxLength is a parameter of type long MaxLength [out, retval]
MaxLength is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANameDomain Interface