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


IRule.Category Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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