ArcGIS Pro 3.7 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 Property LinkLines As IEnumerable(Of Polyline)
    public IEnumerable<Polyline> LinkLines {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also