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