| SoFontEnableMCSJapaneseSF Method (Boolean) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.38.0 (9.9.38.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void EnableMCSJapaneseSF(
bool flag
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub EnableMCSJapaneseSF (
flag As Boolean
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void EnableMCSJapaneseSF(
bool flag
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member EnableMCSJapaneseSF :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
RemarksObsoletesince Open Inventor 9000
Use enableJapaneseSF instead.
See Also