Revit 2025.3 API
Unit |
Gets the discipline for a given measurable spec.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static ForgeTypeId GetDiscipline( ForgeTypeId specTypeId )
Public Shared Function GetDiscipline ( specTypeId As ForgeTypeId ) As ForgeTypeId
public: static ForgeTypeId^ GetDiscipline( ForgeTypeId^ specTypeId )
static member GetDiscipline : specTypeId : ForgeTypeId -> ForgeTypeId
Parameters
- specTypeId ForgeTypeId
- Identifier of the measurable spec.
Return Value
ForgeTypeIdIdentifier of the discipline.
| Exception | Condition |
|---|---|
| ArgumentException | specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId). |
| ArgumentNullException | A non-optional argument was null |
See Also