This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchMaterialIndex Property (ArcObjects .NET 10.4 SDK) |
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,
long* pIndex
);
[C++]
Parameters patch [in] patch is a parameter of type long pIndex [out, retval] pIndex is a parameter of type long
Returns the index of the Geometry Material associated with the Patch located at the specified index.