getRules

Queries for a subset of UtilityRule objects that apply to a set of UtilityAssetType. Use this method to return network rules applicable to features of specific asset types. Limiting these asset types to those features being edited can substantially reduce the number of network rules returned.

These asset types will be matched against the UtilityRuleElement.assetType of the following rule elements:

If the collection of UtilityAssetType is empty or no matching rules are found for these asset types, an empty collection of UtilityRule objects is returned.

Return

A Result that provides a collection of UtilityRule objects.

Since

200.1.0

See also