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: 2025.2.2.Release.6302728a59ca92a379363e9f70e77ea11c06379f
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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (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