public void AddMassPointsZ( IEnumerable<MapPoint> points, int tagValue, SpatialReference spatialReference )
Public Overloads Sub AddMassPointsZ( _ ByVal points As IEnumerable(Of MapPoint), _ ByVal tagValue As Integer, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- points
- The points to add. The z-values of the input points are used for the TIN.
- tagValue
- The tag value for the new nodes. A value of 0 will result in no tag assignment.
- spatialReference
- The spatial reference of the points. If it is the same as the TIN spatial reference, you can pass null.