2024 Method
Changes 0
M

Document.GetSubelement

Description:
Gets the subelement referenced by a unique id string.
Remarks:
.a null reference (Nothing in Visual Basic) will be returned if the input id string doesn't reference to a valid element or subelement.
Overloads (3):
GetSubelement(String)
public Subelement GetSubelement(
	string uniqueId
)
  • String
    uniqueId
    The unique id that identifies element or subelement.
  • UniqueId
Return Value Subelement The subelement referenced by the input argument.