Share

RebarShapeParameters.GetAllRebarShapeParameters Method

List all shape parameters used by all the existing RebarShapes in the specified document.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static IList<ElementId> GetAllRebarShapeParameters(
	Document doc
)

Parameters

doc  Document
The document.

Return Value

IList<ElementId>
ElementIds corresponding to the external parameters.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This method replaces RebarShape.GetAllRebarShapeParameters() from prior releases.

See Also

Reference

Was this information helpful?