VectorLayer.Join

VectorLayer.Join method

Joins a layer to the current layer.

public VectorLayer Join(VectorLayer layer, JoinOptions options)
ParameterTypeDescription
layerVectorLayerA layer to join.
optionsJoinOptionsJoin parameters.

Return Value

A new layer as a result of join two layers.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also