M

LoadNature.Create

Description:
Creates a new LoadNature.
public static LoadNature Create(
	Document document,
	string name
)
  • document
    The Document to which new load nature element will be added.
  • String
    name
    The name of the load nature.
Return Value LoadNature The newly created load nature element if successful, otherwise.