Click or drag to resize
AB4D logo

EventManager3DNamedObjects 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.1.8864.1045
Syntax
C#
public Dictionary<string, Object> NamedObjects { get; set; }

Property Value

DictionaryString, Object
See Also