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