Class CustomProperties
Represents the custom properties associated with a 3D object.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.DataAssociations
Assembly: solution.dll
Syntax
[Serializable]
public class CustomProperties
Properties
Properties
Represents the key-value pairs associated with the properties of a 3D object.
Declaration
public IDictionary<string, string> Properties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, String> |