c# - How to obtain a sheet number for a View with the Revit API -


I want to reach the sheet count of "view view" with Revit API. I have tried searching for parameters related to a scene, but it is not listed as a parameter by intellisense. I can see in a document or project that this is a read only sheet number parameter.

  foreach (element am in collection) {View View = AMI View As If (see Visual Type == ViewType.florPolon) {Usage (Transaction Transview = New Transaction (Doctor, "Set Ultimate")) {transView.Start (); Int testScale = 100; // Set the scale of the visual footage. Scale = testScale; // Get the name of the visual message + = "\ n See the name:" + visual.vinename; Message + = "\ n Scale after Set:" + View. Scale; TransView.Commit (); }}  

The style is right You need access to it through the parameters on the view Will be. BIP is recommended, but if you do not consider language specific then you can see the parameter by its name, which appears in the Rivet interface.

I would also recommend that you get the Revival Lookup Tool and install it.

To find out if you are looking for revised databases and classes etc.,

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -