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: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
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