ConceptualSurfaceTypeGetConstructionTypeIds Method |
The element ids of the ConceptualConstructionType's associated with this ConceptualSurfaceType.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ICollection<ElementId> GetConstructionTypeIds()
Public Function GetConstructionTypeIds As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetConstructionTypeIds()
member GetConstructionTypeIds : unit -> ICollection<ElementId>
Return Value
ICollectionElementId
See Also