Gets or sets the Y-coordinate of the end point of the axis of revolution.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property AxisDirectionY As System.Double |
| C# | |
|---|
System.double AxisDirectionY {get; set;} |
| JavaScript | |
|---|
get_AxisDirectionY () : Number
put_AxisDirectionY (
NewVal : Number
)
|
| COM native C++ | |
|---|
HRESULT get_AxisDirectionY(
DOUBLE*Val
)
HRESULT put_AxisDirectionY(
DOUBLENewVal |
| C++ | |
|---|
DSRESULT get_AxisDirectionY (
double*Val
)
DSRESULT put_AxisDirectionY(
doubleNewVal
) |
See Also
Availability
DraftSight 2020 SP0