RotationY Property (C1TreeMap)
In This Topic
Syntax
'Declaration
Public Property RotationY As Double
'Usage
Dim instance As C1TreeMap
Dim value As Double
instance.RotationY = value
value = instance.RotationY
public double RotationY {get; set;}
See Also