FluidTypeCreate(Document, String) Method |
Creates a new empty fluid type and adds it to the document.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static FluidType Create(
Document document,
string fluidTypeName
)
Public Shared Function Create (
document As Document,
fluidTypeName As String
) As FluidType
public:
static FluidType^ Create(
Document^ document,
String^ fluidTypeName
)
static member Create :
document : Document *
fluidTypeName : string -> FluidType
Parameters
- document Document
-
The document.
- fluidTypeName String
-
The name of fluid type.
Return Value
FluidType
The newly created fluid type.
Exceptions
See Also