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


IVector3D.ConstructCrossProduct 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.ConstructCrossProduct Method
ArcGIS Developer Help

IVector3D.ConstructCrossProduct Method

Set this vector equal to the cross product of the two input vectors.

[Visual Basic .NET]
Public Sub ConstructCrossProduct ( _
    ByVal vector1 As IVector, _
    ByVal vector2 As IVector _
)
[C#]
public void ConstructCrossProduct (
    IVector vector1,
    IVector vector2
);
[C++]
HRESULT ConstructCrossProduct(
  IVector* vector1,
  IVector* vector2
);
[C++]
Parameters
vector1 

vector1 is a parameter of type IVector* vector2
vector2 is a parameter of type IVector*

Product Availability

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

See Also

IVector3D Interface