ArcGIS Pro 3.7 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 Property Targets As List(Of Camera)
    public List<Camera> Targets {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also