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


WKSPointVA Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

WKSPointVA Structure

A point structure containing all vertex attributes.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   m_x As Double,
   m_y As Double,
   m_z As Double,
   m_m As Double,
   m_id As Integer
)
[C#]
public WKSPointVA {
   double m_x,
   double m_y,
   double m_z,
   double m_m,
   int m_id
)
[C++]
typedef struct WKSPointVA {
double m_x;
double m_y;
double m_z;
double m_m;
long m_id; } WKSPointVA;

Product Availability

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