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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static bool IsUsingDMX()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function IsUsingDMX As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static bool IsUsingDMX()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member IsUsingDMX : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 8000
DMX is not supported anymore.
See Also