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


ICadastralLineStrings.InternalPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralLineStrings Interface > ICadastralLineStrings.InternalPoint Property
ArcGIS Developer Help

ICadastralLineStrings.InternalPoint Property

Indicates if a point is internal to a line string.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLineStrings Interface