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

ac2068a5 f737 81be 0688 59a198b99b47

haplokuon edited this page May 6, 2023 · 1 revision

Periodic Property

netDxf 3.0.0 Library

[Missing <summary> documentation for "P:netDxf.GTE.BasisFunctionInput.Periodic"]

Definition

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

C#

public bool Periodic { get; set; }

VB

Public Property Periodic As Boolean
	Get
	Set

C++

public:
property bool Periodic {
	bool get ();
	void set (bool value);
}

F#

member Periodic : bool with get, set

Property Value

Boolean

See Also

Reference

BasisFunctionInput Structure
netDxf.GTE Namespace

Clone this wiki locally