ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / TransformByLinkLines Class / LinkLines Property

In This Topic
    LinkLines Property (TransformByLinkLines)
    In This Topic
    Gets or sets the link lines to be used for the transformation.
    Syntax
    public IEnumerable<Polyline> LinkLines {get; set;}
    Public Property LinkLines As IEnumerable(Of Polyline)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also