Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public abstract bool RowOfDots(
int count,
Point3d start,
Vector3d step
)
Public MustOverride Function RowOfDots (
count As Integer,
start As Point3d,
step As Vector3d
) As Boolean
public:
virtual bool RowOfDots(
int count,
Point3d start,
Vector3d step
) abstract
abstract RowOfDots :
count : int *
start : Point3d *
step : Vector3d -> bool
Parameters
- count Int32
-
- start Point3d
-
- step Vector3d
-
Return Value
Boolean
See Also