Share

Document.GetSubelement(ElementId, Int32) Method

Gets the subelement referenced by a parent id and subelement id.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Subelement GetSubelement(
	ElementId id,
	int subId
)

Parameters

id  ElementId
Id of the element.
subId  Int32
Id of the sub element.

Return Value

Subelement
The subelement referenced by the input argument.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

nullptr will be returned if the input id string doesn't reference to a valid element or subelement.

See Also

Reference

Was this information helpful?