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


IGSLine.CenterPointCoords Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSLine Interface > IGSLine.CenterPointCoords Property
ArcGIS Developer Help

IGSLine.CenterPointCoords Property

Center Point for line.

[Visual Basic .NET]
Public Sub CenterPointCoords ( _
    ByRef X As Double, _
    ByRef Y As Double _
)
[C#]
public void CenterPointCoords (
    ref double X,
    ref double Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSLine Interface