2021 Method
Changes 4
M

FamilyType.AsInteger

Description:
Provides access to the integer number of the given family parameter.
public Nullable<int> AsInteger(
	FamilyParameter familyParameter
)
Return Value 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.