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
otherVectorotherVector 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.