This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.PatchTextureVertex Property (ArcObjects .NET 10.4 SDK) |
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
Returns as a WKSPoint the S and T coordinates of the specified texture vertex associated with the Patch located at the specified index.