Description
Returns 3D point which is the result of multiplying this point with value.
Visual Basic
Public Function MultiplyBy( value As double ) As Point3d
C#
public Point3d MultiplyBy( double value );
Parameters
Parameters | Description |
---|---|
double value | Input object to be multiplied with the 3D point |