Constructor taking an Envelope.
Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal env As ESRI.ArcGIS.Geometry.IEnvelope _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim env As ESRI.ArcGIS.Geometry.IEnvelope
Dim instance As New Extent(env) |
C# | |
---|
public Extent(
ESRI.ArcGIS.Geometry.IEnvelope env
) |
Parameters
- env
- An Envelope whose coordinates are used to create this Extent.
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