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


ICadastralObjectLoader.AddLinePoints Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

ICadastralObjectLoader.AddLinePoints Method

Add control points in the array to the job.

[Visual Basic .NET]
Public Sub AddLinePoints ( _
    ByVal pLinePointIDs As ILongArray, _
    ByVal pCadaPacket As ICadastralPacket, _
    ByVal pCF As ICadastralFabric, _
    ByVal pMap As IMap, _
    ByVal pCadaEditor As ICadastralEditor _
)
[C#]
public void AddLinePoints (
    ILongArray pLinePointIDs,
    ICadastralPacket pCadaPacket,
    ICadastralFabric pCF,
    IMap pMap,
    ICadastralEditor pCadaEditor
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralObjectLoader Interface