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


IParcelTransformation.IsCenterPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelTransformation Interface > IParcelTransformation.IsCenterPoint Property
ArcGIS Developer Help

IParcelTransformation.IsCenterPoint Property

Indicates if point id is a center point.

[Visual Basic .NET]
Public Function get_IsCenterPoint ( _
    ByVal Id As Integer _
) As Boolean
[C#]
public bool get_IsCenterPoint (
    int Id
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface