Click or drag to resize
SbPairT1, T2 Class
Provides a basic utility structure that is used to store two related objects.
Inheritance Hierarchy
SystemObject
  OIV.Inventor.GenericSbPairT1, T2

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntax
[SerializableAttribute]
public class SbPair<T1, T2>

Type Parameters

T1
The type of the first object in the pair.
T2
The type of the second object in the pair.

The SbPairT1, T2 type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyFirst
Gets or sets the first object of the object pair.
Public propertySecond
Gets or sets the second object of the object pair.
Top
See Also