VectorLayer.JoinByGeometry

VectorLayer.JoinByGeometry method

Joins a layer to the current layer by geometry.

public VectorLayer JoinByGeometry(VectorLayer layer, JoinByGeometryOptions options)
ParameterTypeDescription
layerVectorLayerA layer to join.
optionsJoinByGeometryOptionsJoin parameters.

Return Value

A new layer as a result of join two layers.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.

See Also