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


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

IGeneralMultiPatchInfo.PatchVertexCount Property

Get count of vertices in patch.

[Visual Basic .NET]
Public Function get_PatchVertexCount ( _
    ByVal patch As Integer _
) As Integer
[C#]
public int get_PatchVertexCount (
    int patch
);
[C++]
HRESULT get_PatchVertexCount(
  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 geometry vertices in the Patch located at the specified index.

Remarks

The index specified refers to the index within the list of geometry vertices. This is different than the index used to specify texture vertices.

See Also

IGeneralMultiPatchInfo Interface