SoScaleVizIsUsingDMX Method |
Note: This API is now obsolete.
Returns true if using a DMX configuration.
Namespace: OIV.ScaleVizAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool IsUsingDMX()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function IsUsingDMX As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static bool IsUsingDMX()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member IsUsingDMX : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 8000
DMX is not supported anymore.
See Also