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

1ac6a70c f840 7c1c 944b 8e4f5d8680d8

haplokuon edited this page May 6, 2023 · 1 revision

CreationMethod Property

netDxf 3.0.0 Library

Gets the spline creation method.

Definition

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

C#

public SplineCreationMethod CreationMethod { get; }

VB

Public ReadOnly Property CreationMethod As SplineCreationMethod
	Get

C++

public:
property SplineCreationMethod CreationMethod {
	SplineCreationMethod get ();
}

F#

member CreationMethod : SplineCreationMethod with get

Property Value

SplineCreationMethod

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally