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


IGeneralMultiPatchInfo.PatchMaterialIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchMaterialIndex Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.PatchMaterialIndex Property

Get patch material index.

[Visual Basic .NET]
Public Function get_PatchMaterialIndex ( _
    ByVal patch As Integer _
) As Integer
[C#]
public int get_PatchMaterialIndex (
    int patch
);
[C++]
HRESULT get_PatchMaterialIndex(
  long patch,
  System.Int32* pIndex
);
[C++]
Parameters
patch [in]

patch is a parameter of type long pIndex [out, retval]
pIndex is a parameter of type long*

Product Availability

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

Description

Returns the index of the Geometry Material associated with the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface