VectorLayer.CopyAttributes
CopyAttributes(FeaturesSequence)
Diğerlerinin özniteliklerini kopyalarVectorLayer
buna.
public void CopyAttributes(FeaturesSequence featuresSequence)
Parametre | Tip | Tanım |
---|
featuresSequence | FeaturesSequence | Niteliklerin kopyalanacağı özellikler sırası. |
istisnalar
istisna | şart |
---|
ArgumentNullException | giriş katmanınull . |
Ayrıca bakınız
CopyAttributes(FeaturesSequence, IAttributesConverter)
Diğerlerinin özniteliklerini kopyalarVectorLayer
buna.
public void CopyAttributes(FeaturesSequence featuresSequence, IAttributesConverter converter)
Parametre | Tip | Tanım |
---|
featuresSequence | FeaturesSequence | Niteliklerin kopyalanacağı özellikler sırası. |
converter | IAttributesConverter | Özel bir örnekIAttributesConverter nitelikleri birer birer işleyecektir. |
istisnalar
istisna | şart |
---|
ArgumentNullException | giriş katmanınull . |
Ayrıca bakınız