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


IValidation.RulesBySubtypeCode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IValidation.RulesBySubtypeCode Property

The rules associated with the subtype.

[Visual Basic .NET]
Public Function get_RulesBySubtypeCode ( _
    ByVal SubtypeCode As Integer _
) As IEnumRule
[C#]
public IEnumRule get_RulesBySubtypeCode (
    int SubtypeCode
);
[C++]
HRESULT get_RulesBySubtypeCode(
  long SubtypeCode,
  IEnumRule** Rules
);
[C++]

Parameters SubtypeCode [in] SubtypeCode is a parameter of type long Rules [out, retval]
Rules is a parameter of type IEnumRule

Product Availability

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

Description

RulesBySubtypeCode returns a IEnumRule object that contains all of the rules associated with the SubtypeCode passed into this property for the given object class.

See Also

IValidation Interface