Share

IExternalData Interface

The base interface for data classes used when executing servers of external services.


Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public interface IExternalData

Remarks

Each and every external service defines a concrete class derived from this interface and adds data and methods as it sees fit for executions of such a particular service.

See Also

Reference

Was this information helpful?