ArcObjects Library Reference (3DAnalyst)  

IGeneralMultiPatchCreator.SetTextureWKSPoint Method

Set Texture WKSPoint at vertex index.

[Visual Basic .NET]
Public Sub SetTextureWKSPoint ( _
    ByVal index As Integer, _
    ByRef pPoint As WKSPoint _
)
[C#]
public void SetTextureWKSPoint (
    int index,
    ref WKSPoint pPoint
);
[C++]
HRESULT SetTextureWKSPoint(
  long index,
  _WKSPoint* pPoint
);
[C++]

Parameters

index [in]   index is a parameter of type long pPoint [in]

  pPoint is a parameter of type _WKSPoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGeneralMultiPatchCreator Interface