This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetMaterialIndex Method (ArcObjects .NET 10.5 SDK) |
Set patch material index.
[Visual Basic .NET] Public Sub SetMaterialIndex ( _ ByVal patch As Integer, _ ByVal index As Integer _ )
[C#] public void SetMaterialIndex ( int patch, int index );
[C++]
HRESULT SetMaterialIndex(
long patch,
long index
);
[C++]
Parameters patch [in] patch is a parameter of type long index [in] index is a parameter of type long