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