<Code Lib>
2026 Method
Changes 0
M

Document.GetSubelement(ElementId, Int32)

Description:
Gets the subelement referenced by a parent id and subelement id.
Remarks:
null will be returned if the input id string doesn't reference to a valid element or subelement.
Overloads (3):
GetSubelement(ElementId,Int32)

public Subelement GetSubelement(
	ElementId id,
	int subId
)

  • id
    Id of the element.
  • Int32
    subId
    Id of the sub element.
Return Value Subelement The subelement referenced by the input argument.

Loading…