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


IGeneralMultiPatchCreator.SetPatchTexturePointIndex 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.SetPatchTexturePointIndex Method
ArcGIS Developer Help

IGeneralMultiPatchCreator.SetPatchTexturePointIndex Method

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

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

part 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