<Code Lib>
2025.3 Method
Changes 5
M

FamilyType.AsInteger

Description:
Provides access to the integer number of the given family parameter.

public int? AsInteger(
	FamilyParameter familyParameter
)

Return Value Nullable<Int32> 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.

Loading…