Click or drag to resize

BinLocation Constructor (Int32, Int32)

Initializes a new instance of the BinLocation class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public BinLocation(
	int bay,
	int bin
)

Parameters

bay
Type: SystemInt32

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

bin
Type: SystemInt32

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

See Also