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; }

Property Value

Int32
See Also

©  Bricsys NV. All rights reserved.