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


IGeoSurveyFunctions.ResolveCurveCenters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGeoSurveyFunctions Interface > IGeoSurveyFunctions.ResolveCurveCenters Method
ArcGIS Developer Help

IGeoSurveyFunctions.ResolveCurveCenters Method

Fix curve details for those with common centre points.

[Visual Basic .NET]
Public Sub ResolveCurveCenters ( _
    ByVal pIEnvelope As IEnvelope _
)
[C#]
public void ResolveCurveCenters (
    IEnvelope pIEnvelope
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeoSurveyFunctions Interface