<Code Lib>
M

LoadCombination.Create(Document, String)

Description:
Creates a new default LoadCombination.
Overloads (2):

public static LoadCombination Create(
	Document document,
	string name
)

  • document
    The Document to which new load combination element will be added.
  • String
    name
    The name of the load combination.
Return Value nullNothingnullptr The newly created load combination element if successful, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.

Loading…