IAdhocUserView.SupportedSource

Syntax

SupportedSource: Array;

Description

The SupportedSource property returns types of data sources supported by the plugin.

Comments

Supported data types are presented as an integer array. Each array element corresponds to the type of supported data source and contains ClassId, corresponding to this type.

Example

The property use is given in the Creating a Visualizer Form section.

See also:

IAdhocUserView