ArcObjects Library Reference (3DAnalyst)  

IGeneralMultiPatchCreator.SetPoint Method

Set Point at vertex index.

[Visual Basic .NET]
Public Sub SetPoint ( _
    ByVal index As Integer, _
    ByVal pPoint As IPoint _
)
[C#]
public void SetPoint (
    int index,
    IPoint pPoint
);
[C++]
HRESULT SetPoint(
  long index,
  IPoint* pPoint
);
[C++]

Parameters

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

  pPoint is a parameter of type IPoint

Product Availability

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

See Also

IGeneralMultiPatchCreator Interface