DatabaseStepSize Property
|
Property that controls the size of each step
in drawing units, in walk or fly mode. This property corresponds to
the STEPSIZE system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double StepSize { get; set; }
Public Property StepSize As Double
Get
Set
public:
property double StepSize {
double get ();
void set (double value);
}
member StepSize : float with get, set
Property Value
Double
See Also