ArcObjects Library Reference (Geometry)  

IVector3D.CrossProduct Method

Returns the cross product of this vector and another vector.

[Visual Basic .NET]
Public Function CrossProduct ( _
    ByVal otherVector As IVector _
) As IVector
[C#]
public IVector CrossProduct (
    IVector otherVector
);
[C++]
HRESULT CrossProduct(
  IVector* otherVector,
  IVector** result
);
[C++]

Parameters

otherVector

  otherVector is a parameter of type IVector

result [out, retval]

  result is a parameter of type IVector

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVector3D Interface