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: 17.00.05
Syntax
C#
public List<(string PropertyName, string PropertyType, string Value)>? Properties { get; set; }

Property Value

Type: ListValueTupleString, String, String
See Also