public void AddPolygonsZ( IEnumerable<Polygon> polygons, TinSurfaceType tinSurfaceType, int tagValue, SpatialReference spatialReference )
Public Sub AddPolygonsZ( _ ByVal polygons As IEnumerable(Of Polygon), _ ByVal tinSurfaceType As TinSurfaceType, _ ByVal tagValue As Integer, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- polygons
- The polygons to add. The z-values from the polygons are used for the TIN.
- tinSurfaceType
- The surface type which indicates how the polygons are to be incorporated into the tin. Polygons can be entered as polygon, line, or mass points surface types.
- tagValue
- The tag value to be assigned to the new elements in the TIN. If the surface feature type is set to mass points the tag is assigned to the resulting TIN nodes. If the surface type is lineal, then the tags are assigned to edges. If the surface type is polygonal, then the tags are assigned to triangles. A value of 0 will result in no tag assignment.
- spatialReference
- The spatial reference of the polygons. If it is the same as the TIN spatial reference, you can pass null. Otherwise, the polylines will be projected from the input spatial reference to the spatial reference of the tin.