Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How to extract these values, which are displayed, when the pipe is clicked?
Here you are the imageSon estos valores en azules
.......
//Seleccionamos un elemento:
Reference referencia = uidoc.Selection.PickObject(ObjectType. Element);
//Obtenemos el elemento de la referencia:
Element elem = doc.GetElement(referencia);
Pipe pipe = (Pipe)elem;
string param_Start_Slope = pipe.get_Parameter(BuiltInParameter....???
........
Solved! Go to Solution.