This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Structures > W > WKSPointVA Structure (ArcObjects .NET 10.4 SDK) |
A point structure containing all vertex attributes.
[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;