Click or drag to resize

RackShelfBinLocation Constructor (Int32, Int32, Int32, Int32)

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,
	int bay,
	int bin
)

Parameters

rack
Type: SystemInt32

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

shelf
Type: SystemInt32

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

bay
Type: SystemInt32

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

bin
Type: SystemInt32

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

See Also