Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I m developing app with revit API 2016. And i m having some issues with
ConnectorObj.AllRef property.
Previously i thought it will return the connector of its attached element, but in some cases i was wrong.
As per API metadata, it says,
// Summary:
// All references of the connector.
//
// Remarks:
// A set of connectors that the connectors is connected to, including both physical
// connection and logical connection.
public ConnectorSet AllRefs { get; }
------------------------------------------------------
In some cases i m getting AllRef count as 2 and in some it is 1(as i expected).
Can you guys explain about this behaviour?
Thanks & Regards,
-Nitin J.
Solved! Go to Solution.