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
Double xMin

First X coordinate

Double yMin

First Y coordinate

Double xMax

Second X coordinate

Double yMax

Second Y coordinate

Double mMin

First M value

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 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

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
Double xMin

First X coordinate

Double yMin

First Y coordinate

Double xMax

Second X coordinate

Double yMax

Second Y coordinate

Double mMin

First M value

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 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

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
Double xMin

First X coordinate

Double yMin

First Y coordinate

Double xMax

Second X coordinate

Double yMax

Second Y coordinate

Double zMin

First Z value

Double zMax

Second Z value

Double mMin

First M value

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 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15

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
Double xMin

First X coordinate

Double yMin

First Y coordinate

Double xMax

Second X coordinate

Double yMax

Second Y coordinate

Double zMin

First Z value

Double zMax

Second Z value

Double mMin

First M value

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 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.