RebarShapeDefinitionByArc(Document, RebarShapeDefinitionByArcType) Constructor |
Create a non-spiral shape definition.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RebarShapeDefinitionByArc(
Document doc,
RebarShapeDefinitionByArcType type
)
Public Sub New (
doc As Document,
type As RebarShapeDefinitionByArcType
)
public:
RebarShapeDefinitionByArc(
Document^ doc,
RebarShapeDefinitionByArcType type
)
new :
doc : Document *
type : RebarShapeDefinitionByArcType -> RebarShapeDefinitionByArc
Parameters
- doc Document
-
- type RebarShapeDefinitionByArcType
-
Exceptions
Remarks
Replaces RebarShape.NewDefinitionByArc() from prior versions.
See Also