ESRI.ArcGIS.ADF.Web
MMin Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Envelope Class : MMin Property




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

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property MMin As Double
Visual Basic (Usage)Copy Code
Dim instance As Envelope
Dim value As Double
 
instance.MMin = value
 
value = instance.MMin
C# 
[BrowsableAttribute(false)]
public double MMin {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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.