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


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

IGeneralMultiPatchInfo.PatchVertexID Property

Get vertex Id for a patch at vertex index.

[Visual Basic .NET]
Public Function get_PatchVertexID ( _
    ByVal patch As Integer, _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_PatchVertexID (
    int patch,
    int Index
);
[C++]
HRESULT get_PatchVertexID(
  long patch,
  long Index,
  System.Int32* pId
);
[C++]
Parameters
patch [in]

patch is a parameter of type long Index [in]
Index is a parameter of type long pId [out, retval]
pId is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns as a double the ID coordinate of the specified geometry vertex associated with the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface