Click or drag to resize

ShelfVisualBinProps Method

Returns the properties for a given bin location. This could be used to override the properties for a given bin.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public BinProperties BinProps(
	BinLocation bl
)

Parameters

bl
Type: Demo3D.VisualsBinLocation

[Missing <param name="bl"/> documentation for "M:Demo3D.Visuals.ShelfVisual.BinProps(Demo3D.Visuals.BinLocation)"]

Return Value

Type: BinProperties

[Missing <returns> documentation for "M:Demo3D.Visuals.ShelfVisual.BinProps(Demo3D.Visuals.BinLocation)"]

See Also