Environment.CompileWires Property

If true, wireframe entities are compiled, otherwise they are drawn on the fly using a buffered approach.
Public Property CompileWires() As Boolean
This language is not supported or no code example is available.
public bool CompileWires {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
Set false to reduce memory usage with rendererType.Direct3D renderer and a huge numbers of wireframe entities.

.NET Framework

Supported in: 4.8

In this article

Definition