ESRI.ArcGIS.ADF.Web
MMax Property
See Also 
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Envelope Class : MMax Property




Gets or sets the minimum M-coordinate of the Envelope.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property MMax As Double
Visual Basic (Usage)Copy Code
Dim instance As Envelope
Dim value As Double
 
instance.MMax = value
 
value = instance.MMax
C# 
[BrowsableAttribute(false)]
public double MMax {get; set;}

Remarks

M values are typically used in transportation applications to store nominal values for locations along linear features, often called "mileposts". The measure value may or may not correspond to the actual distance along the linear feature. M values may be useful for an envelope when the envelope represents the extent of a linear feature with measure values.

See Also

© 2010 All Rights Reserved.