Show / Hide Table of Contents

Method CreateWithM

CreateWithM(Double, Double, Double, Double, Double, Double)

Creates an EnvelopeBuilder based on the given x, y, and m values.

Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax)
Parameters
Type Name Description
System.Double xMin

First X coordinate

System.Double yMin

First Y coordinate

System.Double xMax

Second X coordinate

System.Double yMax

Second Y coordinate

System.Double mMin

First M value

System.Double mMax

Second M value

Returns
Type Description
EnvelopeBuilder

EnvelopeBuilder

Remarks

If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the area between two diagonal corner coordinates. The SpatialReference of the new envelope is initialized to null.

See Also
CreateWithM(Double, Double, Double, Double, Double, Double)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

CreateWithM(Double, Double, Double, Double, Double, Double, SpatialReference)

Creates an EnvelopeBuilder based on the given x, y, and m values in the given SpatialReference.

Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type Name Description
System.Double xMin

First X coordinate

System.Double yMin

First Y coordinate

System.Double xMax

Second X coordinate

System.Double yMax

Second Y coordinate

System.Double mMin

First M value

System.Double mMax

Second M value

SpatialReference spatialReference

Spatial reference of the Envelope

Returns
Type Description
EnvelopeBuilder

EnvelopeBuilder

Remarks

If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the area between two diagonal corner coordinates.

See Also
CreateWithM(Double, Double, Double, Double, Double, Double, SpatialReference)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double)

Creates an EnvelopeBuilder based on the given x, y, z, and m values.

Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax)
Parameters
Type Name Description
System.Double xMin

First X coordinate

System.Double yMin

First Y coordinate

System.Double xMax

Second X coordinate

System.Double yMax

Second Y coordinate

System.Double zMin

First Z value

System.Double zMax

Second Z value

System.Double mMin

First M value

System.Double mMax

Second M value

Returns
Type Description
EnvelopeBuilder

EnvelopeBuilder

Remarks

If the values for min parameters are bigger than the corresponding max parameters, then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the volume between two diagonal corner coordinates. The SpatialReference of the new envelope is initialized to null.

See Also
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7

CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double, SpatialReference)

Creates an EnvelopeBuilder based on the given x, y, z, and m values in the given SpatialReference.

Declaration
public static EnvelopeBuilder CreateWithM(double xMin, double yMin, double xMax, double yMax, double zMin, double zMax, double mMin, double mMax, SpatialReference spatialReference)
Parameters
Type Name Description
System.Double xMin

First X coordinate

System.Double yMin

First Y coordinate

System.Double xMax

Second X coordinate

System.Double yMax

Second Y coordinate

System.Double zMin

First Z value

System.Double zMax

Second Z value

System.Double mMin

First M value

System.Double mMax

Second M value

SpatialReference spatialReference

Spatial reference of the Envelope

Returns
Type Description
EnvelopeBuilder

EnvelopeBuilder

Remarks

If the values for min parameters are bigger than max parameters then they will be re-ordered. The resulting envelope will always have min less than or equal to max. Resulting envelope will span the volume between two diagonal corner coordinates.

See Also
CreateWithM(Double, Double, Double, Double, Double, Double, Double, Double, SpatialReference)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.