2027 Method
Changes 0
M

FluidType.Create

Description:
Creates a new empty fluid type and adds it to the document.
Overloads (2):
Create(Document,String)
public static FluidType Create(
	Document document,
	string fluidTypeName
)
  • document
    The document.
  • String
    fluidTypeName
    The name of fluid type.
Return Value FluidType The newly created fluid type.