Click or drag to resize

IWebConfigurationAddClientT Method

Creates and adds a new client of the specified type to the web configuration system.

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
T AddClient<T>(
	Document document
)
where T : new(), IWebConfigurationClient

Parameters

document  Document

[Missing <param name="document"/> documentation for "M:Emulate3D.WebConfiguration.IWebConfiguration.AddClient``1(Demo3D.Visuals.Document)"]

Type Parameters

T
The type of client to create and add. Must implement the IWebConfigurationClient interface.

Return Value

T
An instance of the newly created client of type T.
See Also