Heureka API .NET Documentation
SlopeDirection Property



Slope direction
Syntax
'Declaration
 
<DescriptionAttribute("Slope direction")>
<DisplayNameAttribute("Slope direction")>
<DisplayNameShortAttribute("SlopeDir")>
<BrowsableAttribute(False)>
Public ReadOnly Property SlopeDirection As Nullable(Of SlopeDirection)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of SlopeDirection)
 
value = instance.SlopeDirection
[Description("Slope direction")]
[DisplayName("Slope direction")]
[DisplayNameShort("SlopeDir")]
[Browsable(false)]
public Nullable<SlopeDirection> SlopeDirection {get;}
[Description("Slope direction")]
[DisplayName("Slope direction")]
[DisplayNameShort("SlopeDir")]
[Browsable(false)]
public:
property Nullable<SlopeDirection> SlopeDirection {
   Nullable<SlopeDirection> get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SiteData Class
SiteData Members

Send Feedback