Click or drag to resize

LoadDescription(Visual, IListString) Constructor

Initializes a new instance of the LoadDescription class with the specified load and properties.

Namespace: Demo3D.MultiModel.Client
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public LoadDescription(
	Visual load,
	IList<string>? properties
)

Parameters

load  Visual
The visual load.
properties  IListString
The list of property names.
See Also