Creates a new EndTreatmentType in the specified document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static EndTreatmentType Create(
Document doc
)
Parameters
- doc Document
-
A Document.
Return Value
EndTreatmentType
Returns the newly created EndTreatmentType in the specified document.
Exceptions
See Also
Reference