Moves this envelope so it is centered at p.
[Visual Basic .NET] Public Sub CenterAt ( _ ByVal p As IPoint _ )
[C#] public void CenterAt ( IPoint p );
[C++]
HRESULT CenterAt(
IPoint* p
);
[C++]Parameters
pp is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
refer to the CenterAt method of IEnvelope