<Code Lib>
M

FluidType.GetFluidType

Description:
Gets a fluid type by name.

public static FluidType GetFluidType(
	Document document,
	string fluidTypeName
)

  • document
    The document.
  • String
    fluidTypeName
    The name of fluid type.
Return Value FluidType The fluid type. if the fluid type was not found.

Loading…