ArtifactCollection.Delete

Delete(Artifact)

Deletes specified artifact.

public void Delete(Artifact artifact)
ParameterTypeDescription
artifactArtifactArtifact which will be deleted.

See Also


Delete(int)

Deletes artifact by its index.

public void Delete(int index)
ParameterTypeDescription
indexInt32Index of artifact to delete.

See Also