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


ITinEdit.AddWKSPointZ Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  long* pNodeIndex
);
[C++]

Parameters pPoint [in]
pPoint is a parameter of type _WKSPointZ vlue [in] vlue is a parameter of type long pNodeIndex [out, retval] pNodeIndex is a parameter of type long

Product Availability

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

See Also

ITinEdit Interface