Click or drag to resize
BaseXamlWriterSettingsNamedObjects Property
Gets or sets NamedObjects dictionary with names (as keys) of the objects (as values). The defined names will be used to name the objects.

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

Property Value

Type: DictionaryString, Object
See Also