Enumerations | |
| enum | AnalysisResultToReturn { Limit = 1 , Ultimate = 2 , Minimum = 3 } |
| Used to specify which analysis result to return. More... | |
| enum | CollectionModificationStatus { Success = 1 , DuplicateIdFailure = 2 , EntityMissingAddFailure = 3 , EntityMissingRemovalFailure = 4 , FemConnectionFailure = 5 , RunSetUsageFailure = 6 , EntityRemovalDependencyFailure = 7 } |
| Indicates whether a collection was manipulated successfully. More... | |
| enum | CreateDatabaseStatus { Success = 1 , TemplateNotFound = 2 , ImproperExtension = 3 } |
| enum | DbForceUnit { Pounds = HsDb.Types.DbForceUnit.Pounds , Newtons = HsDb.Types.DbForceUnit.Newtons , Dekanewtons = HsDb.Types.DbForceUnit.Dekanewtons } |
| enum | DbLengthUnit { Inches = HsDb.Types.DbLengthUnit.Inches , Feet = HsDb.Types.DbLengthUnit.Feet , Meters = HsDb.Types.DbLengthUnit.Meters , Centimeters = HsDb.Types.DbLengthUnit.Centimeters , Millimeters = HsDb.Types.DbLengthUnit.Millimeters } |
| enum | DbMassUnit { Pounds = HsDb.Types.DbMassUnit.Pounds , Kilograms = HsDb.Types.DbMassUnit.Kilograms , Slinches = HsDb.Types.DbMassUnit.Slinches , Slugs = HsDb.Types.DbMassUnit.Slugs , Megagrams = HsDb.Types.DbMassUnit.Megagrams } |
| enum | DbTemperatureUnit { Fahrenheit = HsDb.Types.DbTemperatureUnit.Fahrenheit , Rankine = HsDb.Types.DbTemperatureUnit.Rankine , Celsius = HsDb.Types.DbTemperatureUnit.Celsius , Kelvin = HsDb.Types.DbTemperatureUnit.Kelvin } |
| enum | MaterialCreationStatus { Success = 1 , DuplicateNameFailure = 2 , DuplicateFemIdFailure = 3 , MissingMaterialToCopy = 4 } |
| Indicates whether a material was created successfully. If not, this indicates why the material was not created. More... | |
| enum | ProjectCreationStatus { Success = 1 , Failure = 2 , DuplicateNameFailure = 3 } |
| Indicates whether a project was created successfully. If not, this indicates why the project was not created. More... | |
| enum | ProjectDeletionStatus { Success = 1 , Failure = 2 , ProjectDoesNotExistFailure = 3 , ActiveProjectFailure = 4 } |
| Indicates whether a project was deleted successfully. If not, this indicates why the project was not deleted. More... | |
| enum | PropertyAssignmentStatus { Success = 1 , Failure = 2 , FailureCollectionAssignment = 3 , PropertyIsNull = 4 , PropertyNotFoundInDb = 5 , EmptyCollection = 6 , IncompatiblePropertyAssignment = 7 , EntityDoesNotExist = 8 , IncompatibleCategoryAssignment = 9 } |
| enum | RundeckBulkUpdateStatus { NoRundecksUpdated = 0 , Success = 1 , InputFilePathDoesNotExist = 2 , ResultFilePathDoesNotExist = 3 , InputFilePathAlreadyExists = 4 , ResultFilePathAlreadyExists = 5 , InvalidPathCount = 6 , RundeckBulkUpdateFailure = 7 , SuccessButIncompatibleFem = 8 } |
| enum | RundeckCreationStatus { Success = 1 , InputFilePathAlreadyExists = 2 , ResultFilePathAlreadyExists = 3 } |
| enum | RundeckRemoveStatus { Success = 1 , InvalidId = 2 , CannotRemoveLastRundeck = 3 , CannotDeletePrimaryRundeck = 4 , RundeckNotFound = 5 , RundeckRemoveFailure = 6 , SuccessButIncompatibleFem = 7 } |
| enum | RundeckUpdateStatus { Success = 1 , InvalidId = 2 , IdDoesNotExist = 3 , RundeckAlreadyPrimary = 4 , InputPathInUse = 5 , ResultPathInUse = 6 , RundeckCommitFailure = 7 , InputPathDoesNotExist = 8 , ResultPathDoesNotExist = 9 , SuccessButIncompatibleFem = 10 } |
| enum | SetUnitsStatus { Success = 1 , Error = 2 , MixedUnitSystemError = 3 } |
| enum | UnitSystem { English = 1 , SI = 2 } |
| Unit system specified when starting a scripting Application. More... | |
| enum | ZoneCreationStatus { Success = 1 , DuplicateNameFailure = 2 , InvalidFamilyCategory = 3 } |
| Indicates whether a zone was created successfully. If not, this indicates why the zone was not created. More... | |
| enum | ZoneIdUpdateStatus { Success = 1 , DuplicateIdFailure = 2 , IdOutOfRangeError = 3 } |
Indicates whether a collection was manipulated successfully.
Indicates whether a project was deleted successfully. If not, this indicates why the project was not deleted.
Unit system specified when starting a scripting Application.
| Enumerator | ||
|---|---|---|
| English | 1 | |
| SI | 2 | |