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