The following tables list the members exposed by SkylineBarrier.
Public Constructors
Public Properties
| Name | Description |
![Public Property](dotnetimages/PublicProperty.gif) | Alias | The alias for this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | base_elevation |
The elevation of the base of the closed multipatch; ignored if the barrier is not to be closed. The default is 0.
(In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | closed | Whether to close the skyline barrier with a skirt and a base, so that the resulting multipatch will appear to be a solid.
(In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | in_features | The input line feature class which represents the skyline(s) or the input multipatch feature class which represents the silhouette(s). (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | in_observer_point_features | The point feature class containing the observer point(s). (In, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | max_radius_value_or_field | The maximum radius to which triangle edges should be extended from the observer point. The default is 0, meaning no maximum. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | min_radius_value_or_field | The minimum radius to which triangle edges should be extended from the observer point. The default is 0, meaning no minimum. (In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | out_feature_class | The output feature class into which the skyline barrier or shadow volume is placed. (Out, Required) |
![Public Property](dotnetimages/PublicProperty.gif) | ParameterInfo | The parameters used by this tool. For internal use only. |
![Public Property](dotnetimages/PublicProperty.gif) | project_to_plane | Whether the front (nearer to the observer) and back (farther from the observer) ends of the barrier should each be projected onto a vertical plane. This is typically checked (turned on) in order to create a shadow volume.
(In, Optional) |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxDirectory | The directory of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolboxName | The name of this tool's toolbox. |
![Public Property](dotnetimages/PublicProperty.gif) | ToolName | The name of this tool. |
Top
See Also