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: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")]
public SbDataType(
	string string
)

Parameters

string
Type: SystemString
Remarks
See Also