FluidType.Create(Document, String)
Method
Description:
Creates a new empty fluid type and adds it to the document.
Creates a new empty fluid type and adds it to the document.
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 |