This document is archived and information here might be outdated. Recommended version. |
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
);