ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / LineOfSightOptions Class / LineOfSightOptions Constructor / LineOfSightOptions Constructor(LineOfSightOptions)
The LineOfSightOptions to copy.

In This Topic
    LineOfSightOptions Constructor(LineOfSightOptions)
    In This Topic
    Creates a new LineOfSightOptions from an existing LineOfSightOptions.
    Syntax
    public LineOfSightOptions( 
       LineOfSightOptions copy
    )
    Public Function New( _
       ByVal copy As LineOfSightOptions _
    )

    Parameters

    copy
    The LineOfSightOptions to copy.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also