RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Parameter

Parameter.AsInteger

Method
Description:
Provides access to the integer number within the parameter.
Remarks:
The AsInteger method should only be used if the StorageType property returns that the internal contents of the parameter is an integer.
Syntax
public int AsInteger()