The Mass surface subcategory ids that are appropriate values for the input Reference.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
Visual Basic |
---|
Public Function GetValidSurfaceCategoryIdsForReference ( _
reference As Reference, _
<OutAttribute> ByRef recommendedDefaultSubcategoryId As ElementId _
) As IList(Of ElementId) |
Visual C++ |
---|
public:
IList<ElementId^>^ GetValidSurfaceCategoryIdsForReference(
Reference^ reference,
[OutAttribute] ElementId^% recommendedDefaultSubcategoryId
) |
Return Value
Returns the ElementIds of appropriate values for input Reference.
Exceptions
See Also