<Code Lib>
2021 Method
Changes 0
M

RebarShapeParameters.GetAllRebarShapeParameters

Description:
List all shape parameters used by all the existing RebarShapes in the specified document.
Remarks:
This method replaces RebarShape.GetAllRebarShapeParameters() from prior releases.

public static IList<ElementId> GetAllRebarShapeParameters(
	Document doc
)

Return Value IList<ElementId> ElementIds corresponding to the external parameters.

Loading…