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

fd3d340c 7cf3 6f46 4441 dfe5806625ba

haplokuon edited this page May 6, 2023 · 1 revision

Uniform Property

netDxf 3.0.0 Library

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

Definition

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

C#

public bool Uniform { get; set; }

VB

Public Property Uniform As Boolean
	Get
	Set

C++

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

F#

member Uniform : bool with get, set

Property Value

Boolean

See Also

Reference

BasisFunctionInput Structure
netDxf.GTE Namespace

Clone this wiki locally