MEPAnalyticalSegmentGetSubelement Method

Gets the subelement of this segment.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public Subelement GetSubelement(
	Document pADoc
)

Parameters

pADoc  Document
The document of this segment.

Return Value

Subelement
The subelement of this segment.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also