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


ITinEdit.AddWKSPointZ Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.AddWKSPointZ Method
ArcGIS Developer Help

ITinEdit.AddWKSPointZ Method

Adds a well known structure point to the TIN.

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

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

Product Availability

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

See Also

ITinEdit Interface