XYZ(Double, Double, Double)
Constructor
Description:
Creates an XYZ with the supplied coordinates.
Creates an XYZ with the supplied coordinates.
Parameters
Parameter | Type | Description |
---|---|---|
x | Double | The first coordinate. |
y | Double | The second coordinate. |
z | Double | The third coordinate. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when setting an infinite number to the X, Y or Z property. |