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


IGeneralMultiPatchInfo.PatchTextureVertexCount 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.PatchTextureVertexCount Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.PatchTextureVertexCount Property

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,
  System.Int32* 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.

See Also

IGeneralMultiPatchInfo Interface