Gets a list of all segments of a given profile shape that define a given size.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<ElementId> GetSharedSizes(
double size,
ConnectorProfileType shape
)
Parameters
- size Double
-
The size to search for.
- shape ConnectorProfileType
-
The profile shape of segment object.
Return Value
IList<ElementId>
A list of all segments that define a given size.
Exceptions
See Also
Reference