SoVRMLShapeSetNumRenderCaches 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[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetNumRenderCaches(
int howMany
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetNumRenderCaches (
howMany As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetNumRenderCaches(
int howMany
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetNumRenderCaches :
howMany : int -> unit
Parameters
- howMany
- Type: SystemInt32
Remarks
See Also