This document is archived and information here might be outdated.  Recommended version.


IVector3D.CrossProduct Method (ArcObjects .NET 10.5 SDK)
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