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


IGeneralMultiPatchInfo.VertexCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.VertexCount Property

Get Vertex Count.

[Visual Basic .NET]
Public ReadOnly Property VertexCount As Integer
[C#]
public int VertexCount {get;}
[C++]
HRESULT get_VertexCount(
  long* pCount
);
[C++]

Parameters 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 MultiPatch. This value is identical with the pointCount parameter passed to IGeneralMultiPatchCreator.Init() when constructing the MultiPatch.

See Also

IGeneralMultiPatchInfo Interface