Application.NewXYZ(Double, Double, Double)
Method
Description:
Creates a XYZ object representing coordinates in 3-space with supplied values.
Creates a XYZ object representing coordinates in 3-space with supplied values.
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. |