ESRI.ArcGIS.Analyst3DTools
SkylineBarrier Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace : SkylineBarrier Class




Generates a multipatch feature class representing a skyline barrier or shadow volume. The barrier is in a sense a surface, and looks similar to a triangle fan formed by drawing a line from the observer point to the first vertex of the skyline, then sweeping the line through all of the vertices of the skyline. A skirt and base can optionally be added to form a closed multipatch, giving the appearance of a solid. It is possible to create this closed multipatch so that it can serve as a shadow volume. If the input is a silhouette (a multipatch feature class) rather than a skyline (a polyline feature class), then the multipatch is extruded into a shadow volume.

Syntax

Visual Basic (Declaration) 
Public Class SkylineBarrier 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As SkylineBarrier
C# 
public class SkylineBarrier : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Analyst3DTools.SkylineBarrier

See Also

© 2010 All Rights Reserved.