LoadDescription(Visual, IListString) Constructor |
Initializes a new instance of the
LoadDescription class with the specified load and properties.
Namespace: Demo3D.MultiModel.ClientAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic LoadDescription(
Visual load,
IList<string>? properties
)
Parameters
- load Visual
- The visual load.
- properties IListString
- The list of property names.
See Also