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




Indicates to what percent of the original vertical angle (angle above the horizon, or angle of elevation) or elevation each skyline vertex should be placed. If either 0 or 100 is entered then no scaling will occur. The default is 100. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.