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: 18.04.00
Syntaxpublic List<(string PropertyName, string PropertyType, string Value)>? Properties { get; set; }Property Value
Type:
ListValueTupleString,
String,
String
See Also