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


IRule.Category Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRule Interface > IRule.Category Property
ArcGIS Developer Help

IRule.Category Property

The name associated with the validation rule.

[Visual Basic .NET]
Public Property Category As Integer
[C#]
public int Category {get; set;}
[C++]
HRESULT get_Category(
  System.Int32* groupBitmap
);
[C++]
HRESULT put_Category(
  long groupBitmap
);
[C++]
Parameters
groupBitmap [out, retval]

groupBitmap is a parameter of type long* groupBitmap [in]
groupBitmap is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Category sets the name associated with the rule. Not currently used by any ArcGIS application.

See Also

IRule Interface