Condividi tramite


RegionRestrictedSet Class

Definition

Represents the regions in a specific region set that need to be blacked out as well as the regions that are not blacked out.

public class RegionRestrictedSet
type RegionRestrictedSet = class
Public Class RegionRestrictedSet
Inheritance
RegionRestrictedSet

Constructors

RegionRestrictedSet(RegionSet)

Initializes a new instance of the RegionRestrictedSet class.

Properties

SourceRegionSet

Gets the region set from which this region restricted set was created.

Methods

DisallowRegion(Int32)

Specifies a region that is blacked out.

DisallowRegionRange(Int32, Int32)

Specifies a range of regions that are blacked out.

DisallowRegions(Int32[])

Specifies a list of regions that are blacked out.

IsRegionAllowed(Int32)

Queries whether a specific region is allowed (not blacked out)

Applies to