VectorLayer.CopyAttributes

CopyAttributes(FeaturesSequence)

Copies attributes of other VectorLayer to this one.

public void CopyAttributes(FeaturesSequence featuresSequence)
ParameterTypeDescription
featuresSequenceFeaturesSequenceThe features sequence to copy attributes from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe input layer is null.

See Also


CopyAttributes(FeaturesSequence, IAttributesConverter)

Copies attributes of other VectorLayer to this one.

public void CopyAttributes(FeaturesSequence featuresSequence, IAttributesConverter converter)
ParameterTypeDescription
featuresSequenceFeaturesSequenceThe features sequence to copy attributes from.
converterIAttributesConverterAn instance of custom IAttributesConverter that will process the attributes one by one.

Exceptions

exceptioncondition
ArgumentNullExceptionThe input layer is null.

See Also