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


IGeneralMultiPatchCreator.SetWKSPointZ Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeneralMultiPatchCreator Interface > IGeneralMultiPatchCreator.SetWKSPointZ Method
ArcGIS Developer Help

IGeneralMultiPatchCreator.SetWKSPointZ Method

Set WKSPoint at vertex index.

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

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

Product Availability

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

See Also

IGeneralMultiPatchCreator Interface