Click or drag to resize

RackShelfBinLocation Constructor (Int32, Int32, BinLocation)

Initializes a new instance of the RackShelfBinLocation class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public RackShelfBinLocation(
	int rack,
	int shelf,
	BinLocation location
)

Parameters

rack
Type: SystemInt32

[Missing <param name="rack"/> documentation for "M:Demo3D.Visuals.RackShelfBinLocation.#ctor(System.Int32,System.Int32,Demo3D.Visuals.BinLocation)"]

shelf
Type: SystemInt32

[Missing <param name="shelf"/> documentation for "M:Demo3D.Visuals.RackShelfBinLocation.#ctor(System.Int32,System.Int32,Demo3D.Visuals.BinLocation)"]

location
Type: Demo3D.VisualsBinLocation

[Missing <param name="location"/> documentation for "M:Demo3D.Visuals.RackShelfBinLocation.#ctor(System.Int32,System.Int32,Demo3D.Visuals.BinLocation)"]

See Also