2027 Method
Changes 0
M

Subelement.Create

Description:
Creates an object representing element or subelement.
Remarks:
If %reference% points to linked document:
  • The GetReference() method of the newly created subelement will return the local reference in the linked document.
  • The Document property of the newly created subelement will return the linked document.
public static Subelement Create(
	Document aDoc,
	Reference reference
)
  • aDoc
    The document.
  • reference
    The reference that identifies element or subelement.
Return Value Subelement The newly created subelement.