BH.oM.Adapters.Revit.Enums.RevitParameterDifferenceType¶
Specifies various kinds of Differences found between a pair of RevitParameters.
Enum values¶
Name | Description |
---|---|
Modified | Indicates that a RevitParameter which was already existing on the owner object was modified in its Value. |
AddedAssigned | Indicates that a RevitParameter was added with a non-null Value on the owner object. |
AddedUnassigned | Indicates that a RevitParameter was added with no value assigned (null Value) on the owner object. |
RemovedAssigned | Indicates that a RevitParameter that had a non-null Value was removed from the owner object. |
RemovedUnassigned | Indicates that a RevitParameter which had no value assigned was removed from the owner object. |
Code and Schema¶
C# implementation¶
C#
public enum RevitParameterDifferenceType : System.Enum, System.ValueType, System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
Assembly: Revit_oM.dll
The C# enum definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/Revit_oM/Enums/RevitParameterDifferenceType.json"
}
The JSON Schema is available on github here: