Click or drag to resize

QSServerItemWrapper Constructor

Initializes a new instance of the QSServerItemWrapper class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public QSServerItemWrapper(
	Document doc,
	ServerItem item
)

Parameters

doc
Type: Demo3D.VisualsDocument

[Missing <param name="doc"/> documentation for "M:Demo3D.Visuals.QSServerItemWrapper.#ctor(Demo3D.Visuals.Document,Demo3D.TagServer.ServerItem)"]

item
Type: Demo3D.TagServerServerItem

[Missing <param name="item"/> documentation for "M:Demo3D.Visuals.QSServerItemWrapper.#ctor(Demo3D.Visuals.Document,Demo3D.TagServer.ServerItem)"]

See Also