RebarShapeTerminationsData Constructor


Rebar Shape Terminations Data Constructor

Creates a new instance of RebarShapeTerminationData with the default values.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarShapeTerminationsData(
	Document document
)

Parameters

document Document
The document containing the end treatment ids.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also