Returns the center point of the minimum enclosing envelope of the geometry object.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetCenterPoint( _
ByVal geometry As Geometry _
) As Point |
Visual Basic (Usage) | Copy Code |
---|
Dim geometry As Geometry
Dim value As Point
value = Geometry.GetCenterPoint(geometry) |
Parameters
- geometry
- Geometry feature.
Return Value
Point at the center of the minimum enclosing envelope of the feature.
Remarks
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