create With Wkid Or Null
Creates a spatial reference builder based on the given horizontal and vertical coordinate systems. If an error occurs due to an invalid wkid or verticalWkid, this function will return null.
This method creates a spatial reference builder based on the given horizontal coordinate system WKID and vertical coordinate system verticalWKID. It will have default precision values (SpatialReferenceBuilder.resolution, SpatialReferenceBuilder.tolerance, SpatialReferenceBuilder.verticalResolution, and SpatialReferenceBuilder.verticalTolerance). If verticalWKID is null or 0, the builder will have not have a vertical coordinate system associated with it.
Since
200.8.0
Parameters
The well-known ID of the horizontal coordinate system. Must be a positive value (greater than zero).
The well-known ID of the vertical coordinate system. Must be a non negative value. Null indicates a spatial reference without a vertical WKID.