DatabaseTreedepth Property
|
Property that controls depth of the spatial
index. Spatial indexing, along with layer indexing, is used to
maximize performance of demand loading and entity selection. This
property corresponds to the TREEDEPTH system variable.
ValueDescription<0 2D indexing. An integer in the
form -MMMPP specifies the depths for model space (MMM) and paper
space (PP). 0 Disables spatial indexing. >0 3D indexing. An
integer in the form MMMPP specifies the depths for model space
(MMM) and paper space (PP).
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Treedepth { get; set; }
Public Property Treedepth As Integer
Get
Set
public:
property int Treedepth {
int get ();
void set (int value);
}
member Treedepth : int with get, set
Property Value
Int32
See Also