Click or drag to resize
SbDataType Constructor (String)

Note: This API is now obsolete.

Constructor from a string. Valid strings are the SbDataTypeDataTypes enum's names.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")]
public SbDataType(
	string string
)

Parameters

string
Type: SystemString
Remarks
See Also