<Code Lib>
2026 Property
Changes 0
P

DividedPath.FixedNumberOfPoints

Description:
The number of points used when the layout is set to 'FixedNumber'.
Remarks:
To get the actual number of point use GetNumberOfPoints().

public int FixedNumberOfPoints { get; set; }

  • When setting this property: fixedNumberOfPoints must be at least 2 and at most 200.

Loading…