Share

EndTreatmentType.Create(Document) Method

Creates a new EndTreatmentType in a document.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static EndTreatmentType Create(
	Document doc
)

Parameters

doc  Document
 

Return Value

EndTreatmentType

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?