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