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 | |
---|
get_AxisDirectionZ () : Number
put_AxisDirectionZ (
NewVal : Number
)
|
COM native C++ | |
---|
HRESULT get_AxisDirectionZ(
DOUBLE*Val
)
HRESULT put_AxisDirectionZ(
DOUBLENewVal |
C++ | |
---|
DSRESULT get_AxisDirectionZ (
double*Val
)
DSRESULT put_AxisDirectionZ(
doubleNewVal
) |
See Also
Availability
DraftSight 2020 SP0