Changes in 2020 vs 2027 3 changed
Flip API Versions →Changed members
FamilyType.AsDouble(FamilyParameter)
| familyParameter | FamilyParameter | |
| → returns | nullNothingnullptr→Nullable | The double value contained in the parameter. Returns if the storage type of the input argument is not double type or this parameter has no value. |
FamilyType.AsInteger(FamilyParameter)
| familyParameter | FamilyParameter | |
| → returns | nullNothingnullptr→Nullable | The integer value contained in the parameter. Returns if the storage type of the input argument is not integer type or this parameter has no value. |
FamilyType.AsString(FamilyParameter)
| familyParameter | FamilyParameter | |
| → returns | nullNothingnullptr→String | The string contained in the parameter. Returns if the storage type of the input argument is not string type or this parameter has no value. |