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