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


IGPSANameDomain.AlphaNumericOnly Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL AlphaNumericOnly
);
[C++]

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

Product Availability

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

See Also

IGPSANameDomain Interface