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


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

IGeneralMultiPatchInfo.PatchTextureVertex Property

Get Texture WKSPoint for a patch at vertex index.

[Visual Basic .NET]
Public Function get_PatchTextureVertex ( _
    ByVal patch As Integer, _
    ByVal Index As Integer _
) As WKSPoint
[C#]
public WKSPoint get_PatchTextureVertex (
    int patch,
    int Index
);
[C++]
HRESULT get_PatchTextureVertex(
  long patch,
  long Index,
  _WKSPoint* 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 _WKSPoint

Product Availability

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

Description

Returns as a WKSPoint the S and T coordinates of the specified texture vertex associated with the Patch located at the specified index.

See Also

IGeneralMultiPatchInfo Interface