ICubeSegmentContainer.ReadIsActive

Syntax

ReadIsActive(Segment: ICubeSegment): Boolean;

Parameters

Segment. The segment, for which activity indicator should be obtained.

Description

The ReadIsActive method changes activity indicator for the specified segment.

Comments

Active segment settings are applied during the work under the user who has permissions for these segments. New segments are always active by default. The activity indicator can be changed using the WriteIsActive method.

Example

The property use is given in the example for ICubeSegmentContainer.WriteIsActive.

See also:

ICubeSegmentContainer