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




Indicates whether atmospheric refraction should be taken into consideration when generating the ridgeline from a functional surface. If no actual surface is specified, then checking this check box (or passing "REFRACTION" in Python) will cause silhouettes to be created instead of skylines. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.