lceGetMarkerConnectivitySources
lceGetMarkerConnectivitySources(d_markerId)l_connectivtySources/ nil
Description
Returns the closest connectivity sources, such as instTerm, pin, and label, corresponding to a marker generated by the connectivity extractor. This marker can be an open or a short.
Arguments
Value Returned
|
A list of one or two database IDs corresponding to the connectivity sources. |
|
|
If the marker is not recognized or no connectivity source was found |
|
Examples
Returns the closest connectivity sources corresponding to the marker markerId.
lceGetMarkerConnectivitySource(markerId)
Return to top