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
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 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
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also