Click or drag to resize

LoadDescription Constructor (Visual, IListString)

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: 18.04.00
Syntax
C#
public LoadDescription(
	Visual load,
	IList<string>? properties
)

Parameters

load
Type: Demo3D.VisualsVisual
The visual load.
properties
Type: System.Collections.GenericIListString
The list of property names.
See Also