This document is archived and information here might be outdated. Recommended version. |
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*
Returns the index of the Geometry Material associated with the Patch located at the specified index.