IABACEngine.SetEnvironment

Syntax

SetEnvironment(EnvAttrs: IABACAttributeInstances);

Parameters

EnvAttrs. Environment attributes collection.

Description

The SetEnvironment method sets environment attributes collection.

Comments

The method is used together with the IABACEngine.Evaluate method to calculate subject access to object.

Example

The method use is given in the example for IABACEngine.Evaluate.

See also:

IABACEngine