Click or drag to resize
SbPairT1, T2 Constructor (T1, T2)
Initialize a new instance, using the specified object pair.

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public SbPair(
	T1 first,
	T2 second
)

Parameters

first
Type: T1
An object.
second
Type: T2
An object.
See Also