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


IPointCollection5.AddWKSPointVA Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IPointCollection5.AddWKSPointVA Method

Adds vertices/points.

[Visual Basic .NET]
Public Sub AddWKSPointVA ( _
    ByVal Count As Integer, _
    ByRef pointStructures As WKSPointVA _
)
[C#]
public void AddWKSPointVA (
    int Count,
    ref WKSPointVA pointStructures
);
[C++]
HRESULT AddWKSPointVA(
  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