Point Constructor (Double, Double, NullableDouble)

PreStorm - A Data Client for ArcGIS Server REST API
Initializes a new instance of the Point class.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public Point(
	double x,
	double y,
	Nullable<double> z = null
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z (Optional)
Type: SystemNullableDouble
See Also

Reference