2027 Method
Changes 0
M

FluidType.Create

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
)
  • document
    The document.
  • String
    fluidTypeName
    The name of new created fluid type.
  • basedOnFluidType
    The existing fluid type which is based on.
Return Value FluidType The newly created fluid type.