Click or drag to resize

LoadDescriptionProperties Property

A collection of properties being sent with the load, in the form of (PropertyName, PropertyType, Value).

Namespace: Demo3D.MultiModel.Client
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public List<(string PropertyName, string PropertyType, string Value)>? Properties { get; set; }

Property Value

ListValueTupleString, String, String
See Also