Revit 2026 API
Conceptual |
The element ids of the ConceptualConstructionType's associated with this ConceptualSurfaceType.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetConstructionTypeIds()
Public Function GetConstructionTypeIds As ICollection(Of ElementId)
public: ICollection<ElementId^>^ GetConstructionTypeIds()
member GetConstructionTypeIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdSee Also