SoSeparatorKitrenderCaching Property |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFEnum<SoSeparatorKitCachings> renderCaching { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property renderCaching As SoSFEnum(Of SoSeparatorKitCachings)
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFEnum<SoSeparatorKitCachings>^ renderCaching {
SoSFEnum<SoSeparatorKitCachings>^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member renderCaching : SoSFEnum<SoSeparatorKitCachings> with get
Property Value
Type:
SoSFEnumSoSeparatorKitCachings
Remarks. Default is AUTO.Obsoletesince Open Inventor 10300.
This field is ignored. Render caching is set internally to ensure best performance.
See Also