ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / ExploratoryAnalysisOptions Class / CanSetLineOfSightOptions Method
The line of sight options
Version

CanSetLineOfSightOptions Method
Determines if the line of sight options can be set.
Syntax
public bool CanSetLineOfSightOptions( 
   LineOfSightOptions lineOfSightOptions
)

Parameters

lineOfSightOptions
The line of sight options

Return Value

True if the line of sight options are valid. False otherwise.
Remarks
This function should be called prior to SetLineOfSightOptionsAsync to ensure the parameters are valid.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also