RebarShapeConstraintSagittaLength Constructor |
Create a constraint to drive sagitta length.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RebarShapeConstraintSagittaLength(
ElementId paramId
)
Public Sub New (
paramId As ElementId
)
public:
RebarShapeConstraintSagittaLength(
ElementId^ paramId
)
new :
paramId : ElementId -> RebarShapeConstraintSagittaLength
Parameters
- paramId ElementId
-
The Id of a Rebar Shape parameter.
Exceptions
See Also