Get texture vertex count for a patch.
[Visual Basic .NET] Public Function get_PatchTextureVertexCount ( _ ByVal patch As Integer _ ) As Integer
[C#] public int get_PatchTextureVertexCount ( int patch );
[C++]
HRESULT get_PatchTextureVertexCount(
long patch,
long* pCount
);
[C++]Parameters
patch [in] patch is a parameter of type long pCount [out, retval] pCount is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns the total number of texture vertices in the Patch located at the specified index.
Remarks
The index specified refers to the index within the list of texture vertices. This is different than the index used to specify geometry vertices.