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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool IsFixedResolutionMode()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function IsFixedResolutionMode As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool IsFixedResolutionMode()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member IsFixedResolutionMode : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also