ESRI.ArcGIS.Analyst3DTools
segment_skyline Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > Skyline Class : segment_skyline Property




Instead of one only one line being generated to represent the skyline from each observer point, the output is split into multiple lines. Each of these lines represents a different feature, or a stretch of horizon between features. If silhouettes are being generated, then this parameter will indicate whether divergent rays should be used; for sun shadows this should generally be no or unchecked. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property segment_skyline As String
Visual Basic (Usage)Copy Code
Dim instance As Skyline
Dim value As String
 
instance.segment_skyline = value
 
value = instance.segment_skyline
C# 
public string segment_skyline {get; set;}

See Also

© 2010 All Rights Reserved.