<Code Lib>
M

EndTreatmentType.Create(Document, String)

Description:
Creates a new EndTreatmentType in a document and adds the input string to the endTreatment parameter.
Overloads (2):
Create(Document,String)

public static EndTreatmentType Create(
	Document doc,
	string strTreatment
)

  • doc
    Returns the newly created EndTreatmentType in the specified document.
  • String
    strTreatment
Return Value EndTreatmentType Returns the newly created EndTreatmentType in the specified document.

Loading…