Click or drag to resize

RackShelfBinLocation Class

[Missing <summary> documentation for "T:Demo3D.Visuals.RackShelfBinLocation"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsBinLocation
            Demo3D.VisualsRackShelfBinLocation

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RackShelfBinLocation : BinLocation

The RackShelfBinLocation type exposes the following members.

Constructors
  NameDescription
Public methodRackShelfBinLocation
Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32)
Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, BinLocation)
Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, Int32, Int32)
Initializes a new instance of the RackShelfBinLocation class
Public methodRackShelfBinLocation(Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the RackShelfBinLocation class
Top
Properties
  NameDescription
Public propertyBay (Inherited from BinLocation.)
Public propertyBin (Inherited from BinLocation.)
Public propertyIndex (Inherited from BinLocation.)
Public propertyRack
Public propertyShelf
Top
Methods
See Also