ArcObjects Library Reference (Geometry)  

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,
  long* 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