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


IGeneralMultiPatchCreator.SetPatchPointIndex Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IGeneralMultiPatchCreator.SetPatchPointIndex Method

Set start index of points in patch, end index is start of next patch.

[Visual Basic .NET]
Public Sub SetPatchPointIndex ( _
    ByVal patch As Integer, _
    ByVal index As Integer _
)
[C#]
public void SetPatchPointIndex (
    int patch,
    int index
);
[C++]
HRESULT SetPatchPointIndex(
  long patch,
  long index
);
[C++]

Parameters patch [in] patch is a parameter of type long index [in] index is a parameter of type long

Product Availability

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

See Also

IGeneralMultiPatchCreator Interface