Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 67020

Problem with AssignedPressureDrop property

$
0
0

Hi,

I have problem with set AssignedPressureDrop property.
This property return double value.

public double AssignedPressureDrop { get; set; }


My code work only when I set integer value like 10:
item.MEPModel.ConnectorManager.Lookup(1).AssignedPressureDrop=10;

but i can't set double value:
item.MEPModel.ConnectorManager.Lookup(1).AssignedPressureDrop=10.123;

Any ideas how to make it work?


Viewing all articles
Browse latest Browse all 67020

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>