C#
VB
C++
Register a specific type to be created for a FeaturesFactory object with a new WorkstationContainer.
public static void RegisterFeaturesCommandFactory<T>()
Public Overloads Shared Sub RegisterFeaturesCommandFactory(Of T As Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory)()
public:
static void RegisterFeaturesCommandFactorygeneric<typename T>
();
where T: Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory
T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationFeaturesCommandFactory interface.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET