CollectionModificationStatus Enumeration

Indicates whether a collection was manipulated successfully.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public enum CollectionModificationStatus

Members

Success1 
DuplicateIdFailure2 An entity with this ID already exists in this collection.
EntityMissingAddFailure3 An entity with the specified ID does not exist, and therefore cannot be added to this collection.
EntityMissingRemovalFailure4 An entity with the specified ID does not exist, and therefore cannot be removed from this collection.
FemConnectionFailure5 Could not succesfully connect to the appropriate FEM.
RunSetUsageFailure6 Run sets exist in the project, meaning that zones and structures cannot be deleted.
EntityRemovalDependencyFailure7 Could not delete this entry because another entity in the database depends upon it.

See Also