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


IGPSANameDomain.MaxLength Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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(
  long MaxLength
);
[C++]

Parameters MaxLength [out, retval] MaxLength is a parameter of type long MaxLength [in] 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