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


ICadastralLineStrings.ExternalPoints Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

ICadastralLineStrings.ExternalPoints Property

Point ids that are not internal to line strings. Performs faster than multiple calls to get InternalPoint.

[Visual Basic .NET]
Public ReadOnly Property ExternalPoints As ILongArray
[C#]
public ILongArray ExternalPoints {get;}

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralLineStrings Interface