Share

Database.TstackSize Property

Description

Accesses the current TSTACKSIZE value for the database.

See the System Variables section of the AutoCAD Command Reference for information on TSTACKSIZE.

Visual Basic

Public Property TstackSize() As Integer

C#

public int TstackSize;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?