2027 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
)
  • Double
    size
    The size to search for.
  • shape
    The profile shape of segment object.
Return Value IList<ElementId> A list of all segments that define a given size.