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


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

IGeneralMultiPatchInfo.PatchVertex Property

Get Point for patch at vertex index.

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

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

Product Availability

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

Description

Returns as a WKSPointZ the X, Y, and Z coordinates of the specified geometry vertex associated with the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface