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


IGeneralMultiPatchCreator.SetNormal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetNormal Method
ArcGIS Developer Help

IGeneralMultiPatchCreator.SetNormal Method

Set Normal at vertex index.

[Visual Basic .NET]
Public Sub SetNormal ( _
    ByVal index As Integer, _
    ByVal pVector As IVector3D _
)
[C#]
public void SetNormal (
    int index,
    IVector3D pVector
);
[C++]
HRESULT SetNormal(
  long index,
  IVector3D* pVector
);
[C++]
Parameters
index [in]

index is a parameter of type long pVector [in]
pVector is a parameter of type IVector3D*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGeneralMultiPatchCreator Interface