ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSight Class / Targets Property

In This Topic
    Targets Property (LineOfSight)
    In This Topic
    Gets or sets the LineOfSight's targets list to update or query its target positions. Must be in the target map's ArcGIS.Core.Geometry.SpatialReference.
    Syntax
    public List<Camera> Targets {get; set;}
    Public Property Targets As List(Of Camera)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also