RVTDocs.com

FluidType.Create(Document, String)

Method
Description:
Creates a new empty fluid type and adds it to the document.
Syntax
public static FluidType Create(
	Document document,
	string fluidTypeName
)
Parameters
Parameter Type Description
document Document The document.
fluidTypeName String The name of fluid type.
Return Value
Type Description
FluidType The newly created fluid type.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null