This document is archived and information here might be outdated. Recommended version. |
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