Indicates whether the supplied value is valid for the specified property name.
[Visual Basic .NET] Public Function IsValidValue ( _ ByVal Property As String, _ ByVal Value As Object _ ) As Boolean
[C#] public bool IsValidValue ( string Property, object Value );
[C++]
HRESULT IsValidValue(
BSTR Property,
VARIANT Value,
VARIANT_BOOL* IsValid
);
[C++]Parameters
Property [in] Property is a parameter of type BSTR Value [in] Value is a parameter of type VARIANT IsValid [out, retval] IsValid is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.