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




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

Syntax

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

Remarks

Typically the z coordinate represents elevation.

See Also

© 2010 All Rights Reserved.