IMetabaseObjectDescriptor.ElementDependenciesTrackingType

Syntax

ElementDependenciesTrackingType: MbElementDependenciesTrackingType;

Description

The ElementDependenciesTrackingType property determines a type of the connections tracking.

Comments

As the value of the property it is necessary to specify one value or the combination of values of the MbElementDependenciesTrackingType calculated type.

If this property is changed, the IMetabaseObjectDescriptor.TrackElementDependencies and IMetabaseObjectDescriptor.TrackElementDependents properties will be changed automatically.

Example

The example of property use is given in the example for the MbElementDependencyTemplateClass.Create constructor.

See also:

IMetabaseObjectDescriptor