IWebConfigurationAddClientT Method |
Creates and adds a new client of the specified type to the web configuration system.
Namespace: Emulate3D.WebConfigurationAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxT 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
TAn instance of the newly created client of type
T.
See Also