This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
1ac6a70c f840 7c1c 944b 8e4f5d8680d8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the spline creation method.
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