public void Rubbersheet( Layer layer, Layer linkLayer, Layer anchorPointLayer, Layer limitedAdjustmentArea, bool useNearestNeighbor )
Public Sub Rubbersheet( _ ByVal layer As Layer, _ ByVal linkLayer As Layer, _ Optional ByVal anchorPointLayer As Layer, _ Optional ByVal limitedAdjustmentArea As Layer, _ Optional ByVal useNearestNeighbor As Boolean _ )
Parameters
- layer
- The layer to rubbersheet.
- linkLayer
- The layer containing the lines used as vectors for the rubbersheet.
- anchorPointLayer
- The layer containing points to be used as anchorpoints for the rubbersheet.
- limitedAdjustmentArea
- The layer containing polygons to be used to limit the features in the rubbersheet layer.
- useNearestNeighbor
- Option to use the rubbersheet NearestNeighbor method. If false (default), the linear method is used.