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 411
5782a6ee 8154 cf65 3a85 0ce54c2a81ff
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.GTE.GVector.Item(System.Int32)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double this[
int i
] { get; set; }
VB
Public Default Property Item (
i As Integer
) As Double
Get
Set
C++
public:
property double default[int i] {
double get (int i);
void set (int i, double value);
}
F#
member Item : float with get, set
- Int32
Double