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

In This Topic
    CanSetLineOfSightOptions Method
    In This Topic
    Determines if the line of sight options can be set.
    Syntax
    public bool CanSetLineOfSightOptions( 
       LineOfSightOptions lineOfSightOptions
    )
    Public Function CanSetLineOfSightOptions( _
       ByVal lineOfSightOptions As LineOfSightOptions _
    ) As Boolean

    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