DatabaseSurftab1 Property
|
Property that controls the number of
tabulations generated in the M direction by the EDGESURF, REVSURF,
RULESURF, and TABSURF commands. This property corresponds to the
SURFTAB1 system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Surftab1 { get; set; }
Public Property Surftab1 As Integer
Get
Set
public:
property int Surftab1 {
int get ();
void set (int value);
}
member Surftab1 : int with get, set
Property Value
Int32
See Also