Gets or sets the elevation value. The elevation describes the light source's angular position in the vertical plane.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Elevation As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BumpMapCommand
Dim value As Integer
instance.Elevation = value
value = instance.Elevation
|
C# | |
---|
public int Elevation {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Elevation();
public: __property void set_Elevation(
int value
); |
C++/CLI | |
---|
public:
property int Elevation {
int get();
void set (int value);
} |
Return Value
Value that represents the elevation. The valid range is between 0 to 180.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also