RoutingPreferenceManager.GetSharedSizes
Method
Description:
Gets a list of all segments of a given profile shape that define a given size.
Gets a list of all segments of a given profile shape that define a given size.
Parameters
Parameter | Type | Description |
---|---|---|
size | Double | The size to search for. |
shape | ConnectorProfileType | The profile shape of segment object. |
Return Value
Type | Description |
---|---|
IList | A list of all segments that define a given size. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |