<Code Lib>
2025 Method
Changes 0
M

RoutingPreferenceManager.GetSharedSizes

Description:
Gets a list of all segments of a given profile shape that define a given size.

public IList<ElementId> GetSharedSizes(
	double size,
	ConnectorProfileType shape
)

Return Value IList<ElementId> A list of all segments that define a given size.

Loading…