Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to get Identity Data of a sheet?

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Anonymous
783 Views, 1 Reply

How to get Identity Data of a sheet?

Снимок.PNGI can obtain the parameter name "BI_Раздел проекта" by using FilteredElementCollector(doc).OfClass(ViewSheet), calling GetOrderedParameters() on each sheet, and accessing it via parameter.Definition.Name.  But how do I get its value?

Tags (2)
1 REPLY 1
Message 2 of 2
naveen.kumar.t
in reply to: Anonymous

Hi @Anonymous ,

You can use 

parameter.AsValueString();

to get the value of the parameter.

 

Check the below link

https://www.revitapidocs.com/2020/0b04b80d-b318-986e-48cc-835d0dda76e5.htm


Naveen Kumar T
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report