KitchenDraw SDK 2
Show / Hide Table of Contents

Property ObjectsBySupplierFactorized

ObjectsBySupplierFactorized

Returns objects belonging to a given supplier.

Declaration
public IDictionary<Appli.Supplier, IList<Scene.Object>> ObjectsBySupplierFactorized { get; }
Property Value
Type Description
IDictionary<Appli.Supplier, IList<Scene.Object>>
Remarks

You can get the amount of occurences of factorized object from Occurences property.

Objects which haven't "To be ordered" attribute checked in the "Object|Attributs" dialog box are not accessible via this property.

In this article
Back to top Generated by DocFX