The base interface for data classes used when executing servers of external services.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic interface IExternalData
Public Interface IExternalData
public interface class IExternalData
type IExternalData = interface end
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