VectorLayer.ReplaceAt

VectorLayer.ReplaceAt method

Byt utFeature vid angivet index.

public virtual void ReplaceAt(int index, Feature feature)
ParameterTypBeskrivning
indexInt32Funktionens index.
featureFeatureFunktionen att ställa in.

Undantag

undantagskick
InvalidOperationExceptionkastas om lagret inte är redigerbart.
ArgumentOutOfRangeExceptionIndex är utanför intervallet.
IOExceptionEtt I/O-fel uppstod.

Se även