<Code Lib>
2022 Method
Changes 0
M

FluidType.Create(Document, String, FluidType)

Description:
Creates a new fluid type and adds it to the document.
Remarks:
The new fluid type will be a duplicate of the input type.
Overloads (2):
Create(Document,String,FluidType)

public static FluidType Create(
	Document document,
	string fluidTypeName,
	FluidType basedOnFluidType
)

Return Value FluidType The newly created fluid type.

Loading…