PluginInterface Property

Applies To  

This property asks for a plugin-specific interface. It is necessary for scripting languages.

Syntax
Property PluginInterface(
    [InterfaceName As String]) As Object
Parameters

InterfaceName

The string name of the requested interface. It can be an empty string (recommended) or the name of the top-level object. For example, Object.PluginInterface("") or Object.PluginInterface("Report").

Remarks

This property has a single parameter that can be an empty string. If you use an empty string (recommended), then the default plugin-specific interface is retrieved. In most cases, the default interface is the top-level object of the same name. For example, the Report plugin's default interface is the Report object, and the User plugin's default interface is the User object, and so on. Once the interface has been returned, you may use any of its methods and access any of its properties.



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com