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


IVector3D.CrossProduct Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.CrossProduct Method
ArcGIS Developer Help

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
);
[C++]
Parameters
otherVector 

otherVector is a parameter of type IVector*

Product Availability

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

See Also

IVector3D Interface