EndTreatmentTypeCreate(Document) Method |
Creates a new EndTreatmentType in the specified document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static EndTreatmentType Create(
Document doc
)
Public Shared Function Create (
doc As Document
) As EndTreatmentType
public:
static EndTreatmentType^ Create(
Document^ doc
)
static member Create :
doc : Document -> EndTreatmentType
Parameters
- doc Document
-
A Document.
Return Value
EndTreatmentType
Returns the newly created EndTreatmentType in the specified document.
Exceptions
See Also