Polyline2dSplineFit(Poly2dType,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SplineFit(
Poly2dType value,
int segments
)
Public Sub SplineFit (
value As Poly2dType,
segments As Integer
)
public:
void SplineFit(
Poly2dType value,
int segments
)
member SplineFit :
value : Poly2dType *
segments : int -> unit
Parameters
- value Poly2dType
-
- segments Int32
-
See Also