Provides access to the integer number of the given family parameter.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int? AsInteger(
FamilyParameter familyParameter
)
Parameters
- familyParameter FamilyParameter
-
Return Value
Nullable<Int32>The integer value contained in the parameter. Returns
null
if the storage type of the input argument is not integer type or this parameter has no value.
Exceptions
See Also
Reference