Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

b63be586 241b 9af8 bf32 68f6f18c0d94

haplokuon edited this page May 6, 2023 · 1 revision

NumSegments Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.ParametricCurve.NumSegments"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public int NumSegments { get; }

VB

Public ReadOnly Property NumSegments As Integer
	Get

C++

public:
property int NumSegments {
	int get ();
}

F#

member NumSegments : int with get

Property Value

Int32

See Also

Reference

ParametricCurve Class
netDxf.GTE Namespace

Clone this wiki locally