SoConcatenate Constructor |
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoConcatenate(
Type mfInputType
)
Public Sub New (
mfInputType As Type
)
public:
SoConcatenate(
Type^ mfInputType
)
new :
mfInputType : Type -> SoConcatenate
Parameters
- mfInputType
- Type: SystemType
Remarks The argument specifies the type of values to concatenate.
See Also