Gets the subelement referenced by a unique id string.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2018
Syntax
| C# |
|---|
public Subelement GetSubelement(
string uniqueId
) |
| Visual Basic |
|---|
Public Function GetSubelement ( _
uniqueId As String _
) As Subelement |
| Visual C++ |
|---|
public:
Subelement^ GetSubelement(
String^ uniqueId
) |
Parameters
- uniqueId
- Type: System..::..String
The unique id that identifies element or subelement.
- UniqueId
Return Value
The subelement referenced by the input argument.
Remarks
Exceptions
See Also