ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LineOfSightParams Class
Properties


In This Topic
    LineOfSightParams Class Members
    In This Topic

    The following tables list the members exposed by LineOfSightParams.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets whether the earth's curvature should be taken into consideration. Default value is false.  
    Public Property Gets and sets whether atmospheric refraction should be taken into consideration. Default value is false.  
    Public Propertystatic (Shared in Visual Basic) Gets the default refraction factor to apply. Default value is 0.13.  
    Public Property Gets and sets the vertical offset to apply to the observer point (in the vertical unit of measure of the surface). Default value is 0.0.  
    Public Property Gets and sets the observer point.  
    Public Property Gets and sets the spatial reference which the output features will be projected to. Default value is null. If null, then the output features use the spatial reference of the surface.  
    Public PropertyGets and sets the refraction factor to apply. Default value is DefaultRefractionFactor.  
    Public Property Gets and sets the vertical offset to apply to the target point (in the vertical unit of measure of the surface). Default value is 0.0.  
    Public Property Gets and sets the target point.  
    Top
    See Also