Document.GetSubelement
Description:
Gets the subelement referenced by a parent id and subelement id.
Gets the subelement referenced by a parent id and subelement id.
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.
.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):
public Subelement GetSubelement(
ElementId id,
int subId
)
-
idId of the element.
-
Int32subIdId of the sub element.
-
A non-optional argument was null