ArcObjects Library Reference  (GeoDatabase)    

IValidation.RulesBySubtypeCode Property

The rules associated with the subtype.

[Visual Basic 6.0]
Property RulesBySubtypeCode(
    ByVal SubtypeCode As Long _
) As IEnumRule
[Visual Basic .NET]
Public Function get_RulesBySubtypeCode ( _
    ByVal SubtypeCode As Integer _
) As IEnumRule
[C#]
public IEnumRule get_RulesBySubtypeCode (
    int SubtypeCode
);
[Java]
public IEnumRule getRulesBySubtypeCode (
    Long 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

Example

IValidation__Rules