SoLDMResourceParametersIsFixedResolutionMode Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 7000
Use the fields SoLDMResourceParameters.fixedResolution and SoLDMResourceParameters.resolution instead.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool IsFixedResolutionMode()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function IsFixedResolutionMode As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool IsFixedResolutionMode()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member IsFixedResolutionMode : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also