ArcObjects Library Reference (DefenseSolutions)  

IAutoGroupRule.IsValidPropertyValue Method

Indicates whether a particular value is valid for the specified property.

[Visual Basic .NET]
Public Function IsValidPropertyValue ( _
    ByVal Property As String, _
    ByVal Value As Object _
) As Boolean
[C#]
public bool IsValidPropertyValue (
    string Property,
    object Value
);
[C++]
HRESULT IsValidPropertyValue(
  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.

See Also

IAutoGroupRule Interface