This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.AddWKSPointZ Method (ArcObjects .NET 10.4 SDK) |
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