VectorLayer.CopyAttributes

CopyAttributes(FeaturesSequence)

Kopierar attribut för andraVectorLayer till den här.

public void CopyAttributes(FeaturesSequence featuresSequence)
ParameterTypBeskrivning
featuresSequenceFeaturesSequenceFunktionssekvensen att kopiera attribut från.

Undantag

undantagskick
ArgumentNullExceptionInmatningsskiktet ärnull.

Se även


CopyAttributes(FeaturesSequence, IAttributesConverter)

Kopierar attribut för andraVectorLayer till den här.

public void CopyAttributes(FeaturesSequence featuresSequence, IAttributesConverter converter)
ParameterTypBeskrivning
featuresSequenceFeaturesSequenceFunktionssekvensen att kopiera attribut från.
converterIAttributesConverterEtt exempel på sedIAttributesConverter som kommer att bearbeta attributen en efter en.

Undantag

undantagskick
ArgumentNullExceptionInmatningsskiktet ärnull.

Se även