This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetTexturePoint Method (ArcObjects .NET 10.5 SDK) |
Set Texture Point at vertex index.
[Visual Basic .NET] Public Sub SetTexturePoint ( _ ByVal index As Integer, _ ByVal pPoint As IPoint _ )
[C#] public void SetTexturePoint ( int index, IPoint pPoint );
[C++]
HRESULT SetTexturePoint(
long index,
IPoint* pPoint
);
[C++]
Parameters index [in] index is a parameter of type long pPoint [in]
pPoint is a parameter of type IPoint