Share

Database.StepsPerSec Property

Description

Accesses the current STEPSPERSEC value for the database.

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

Visual Basic

Public Property StepsPerSec() As double

C#

public double StepsPerSec;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?