RebarShapeTerminationsData Constructor |
Creates a new instance of RebarShapeTerminationData with the default values.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic RebarShapeTerminationsData(
Document document
)
Public Sub New (
document As Document
)
public:
RebarShapeTerminationsData(
Document^ document
)
new :
document : Document -> RebarShapeTerminationsData
Parameters
- document Document
-
The document containing the end treatment ids.
Exceptions
See Also