Skip to content

ACadSharp.Header.CadHeader.StepsPerSecond

Albert Domenech edited this page Jan 8, 2025 · 2 revisions

StepsPerSecond Property

Specifies the number of steps taken per second when you are in walk or fly mode.

Remarks

System variable STEPSPERSEC

Definition

Namespace: ACadSharp.Header.CadHeader

C#

CadSystemVariableAttribute
public Double StepsPerSecond { get; set; }

Property Value

Double

Value

Valid values are from 1 to 30

Clone this wiki locally