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


IGPSANameDomain.AlphaNumericOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANameDomain.AlphaNumericOnly Property

AlphaNumeric (+ Underscore) Only.

[Visual Basic .NET]
Public Property AlphaNumericOnly As Boolean
[C#]
public bool AlphaNumericOnly {get; set;}
[C++]
HRESULT get_AlphaNumericOnly(
  VARIANT_BOOL AlphaNumericOnly
);
[C++]
HRESULT put_AlphaNumericOnly(
  Boolean* AlphaNumericOnly
);
[C++]

Parameters AlphaNumericOnly [in]
AlphaNumericOnly is a parameter of type bool AlphaNumericOnly [out, retval]
AlphaNumericOnly is a parameter of type bool*

Product Availability

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

See Also

IGPSANameDomain Interface