ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Multiplication Operator

In This Topic
    Multiplication Operator (Coordinate3D)
    In This Topic
    Constructs a new Coordinate3D by performing scalar multiplication on a Coordinate3D.
    Syntax
    public Coordinate3D operator *( 
       double s,
       Coordinate3D b
    )
    Public Operator *( _
       ByVal s As Double, _
       ByVal b As Coordinate3D _
    ) As Coordinate3D

    Parameters

    s
    b

    Return Value

    A newly constructed Coordinate3D by multiplying the components of the Coordinate3D by the scalar.
    Remarks
    The operator is the same as Scale.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also