Click or drag to resize
AB4D logo

EventManager3D.NamedObjects Property

Gets or sets a Dictionary<string, object> that is can be used to specify object names in the registered EventSource3D objects.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public Dictionary<string, Object> NamedObjects { get; set; }

Property Value

Dictionary<String, Object>
See Also