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


IPointCollection5.SetWKSPointVA Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IPointCollection5 Interface > IPointCollection5.SetWKSPointVA Method
ArcGIS Developer Help

IPointCollection5.SetWKSPointVA Method

Replaces all vertices/points.

[Visual Basic .NET]
Public Sub SetWKSPointVA ( _
    ByVal Count As Integer, _
    ByRef pointStructures As WKSPointVA _
)
[C#]
public void SetWKSPointVA (
    int Count,
    ref WKSPointVA pointStructures
);
[C++]
HRESULT SetWKSPointVA(
  long Count,
  WKSPointVA* pointStructures
);
[C++]
Parameters
Count 

Count is a parameter of type long pointStructures [in]
pointStructures is a parameter of type WKSPointVA*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPointCollection5 Interface