SbDataType Constructor (String) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [ObsoleteAttribute("Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbDataType(
string string
)
<ObsoleteAttribute("Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub New (
string As String
)
public:
[ObsoleteAttribute(L"Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SbDataType(
String^ string
)
[<ObsoleteAttribute("Use SbDataType.#ctor(OIV.Inventor.SbDataType.DataTypes) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
new :
string : string -> SbDataType
Parameters
- string
- Type: SystemString
Remarks See Also