ConceptualSurfaceType.GetConstructionTypeIds Method

ConceptualSurfaceTypeGetConstructionTypeIds Method

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

ICollectionElementId
See Also