Click or drag to resize

BinLocation Class

Attached as a custom property to loads that are parented to a shelf or are about to be parented to a shelf.
Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.VisualsBinLocation
          Demo3D.VisualsRackShelfBinLocation

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

The BinLocation type exposes the following members.

Constructors
  NameDescription
Public methodBinLocation
Initializes a new instance of the BinLocation class
Public methodBinLocation(Int32)
Initializes a new instance of the BinLocation class
Public methodBinLocation(Int32, Int32)
Initializes a new instance of the BinLocation class
Public methodBinLocation(Int32, Int32, Int32)
Initializes a new instance of the BinLocation class
Top
Properties
  NameDescription
Public propertyBay
Public propertyBin
Public propertyIndex
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also