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


IGPSANameDomain.ValidateValue Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANameDomain.ValidateValue Method

Validate value.

[Visual Basic .NET]
Public Function ValidateValue ( _
    ByVal value As String _
) As Boolean
[C#]
public bool ValidateValue (
    string value
);
[C++]
HRESULT ValidateValue(
  BSTR value
);
[C++]

Parameters value [in]
value is a parameter of type BSTR

Product Availability

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

See Also

IGPSANameDomain Interface