Click or drag to resize
AB4D logo

WpfOptimizedModel3DGroupNodeAutomaticallyClearWpfObjectsAfterInitialization Property

Gets or sets a Boolean that specifies if all WPF objects will be cleaned (calling ClearWpfObjects method) when the DirectX objects are initialized (created from WPF objects). This can free a lot of memory for GC. Default value is false.

Namespace: Ab3d.DirectX.Models
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool AutomaticallyClearWpfObjectsAfterInitialization { get; set; }

Property Value

Boolean
See Also