Gets or sets the Y-coordinate of the end point of the axis of revolution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AxisDirectionY As System.Double |
C# | |
---|
System.double AxisDirectionY {get; set;} |
JavaScript | |
---|
AxisDirectionY : System.double |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_AxisDirectionY(
DOUBLE
NewVal
)
C++ | |
---|
property System.double AxisDirectionY { double* Val
)
DSRESULTput_AxisDirectionY(
double NewVal
} |