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