This document is archived and information here might be outdated.  Recommended version.


IEnvelopeGEN.CenterAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.CenterAt Method
ArcGIS Developer Help

IEnvelopeGEN.CenterAt Method

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
p 

p 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

See Also

IEnvelopeGEN Interface