Message 1 of 2
Access Schedule Data - Numerical Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Is there anyway to retrieve numerical data from a revit schedule using the API?
The function GetCellText() works to access all numerical data, but it comes in the form of a string.
Reviewing the API functions, it does not seem like there is any great functions to access numerical data, but I am very new to the Revit API. I could write a function to convert the string data to decimal feet, but it feels like there has to be a way to access numerical data.
Thanks!