SoVRMLGroupSetNumRenderCaches Method |
Note: This API is now obsolete.
Sets the maximum number of render caches.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void SetNumRenderCaches(
int howMany
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub SetNumRenderCaches (
howMany As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void SetNumRenderCaches(
int howMany
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member SetNumRenderCaches :
howMany : int -> unit
Parameters
- howMany
- Type: SystemInt32
Remarks
See Also