SplineToPolyline(UInt32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Curve ToPolyline(
uint numOfVertices
)
Public Function ToPolyline (
numOfVertices As UInteger
) As Curve
public:
Curve^ ToPolyline(
unsigned int numOfVertices
)
member ToPolyline :
numOfVertices : uint32 -> Curve
Parameters
- numOfVertices UInt32
-
Return Value
Curve
See Also