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

403ce9c9 bec6 aede e918 af94883c6545

haplokuon edited this page May 6, 2023 · 1 revision

DefaultSplineSegs Property

netDxf 3.0.0 Library

Gets or sets if the default SplineSegs value.

Definition

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

C#

public static short DefaultSplineSegs { get; set; }

VB

Public Shared Property DefaultSplineSegs As Short
	Get
	Set

C++

public:
static property short DefaultSplineSegs {
	short get ();
	void set (short value);
}

F#

static member DefaultSplineSegs : int16 with get, set

Property Value

Int16

Remarks

This value is used by the Explode method when the current Polyline2D does not belong to a DXF document.

See Also

Reference

Polyline2D Class
netDxf.Entities Namespace

Clone this wiki locally