Indicates if this ConceptualConstructionType is appropriate for the input MassSurfaceData subcategory.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidSurfaceSubcategoryForConstruction(
ElementId massSurfaceSubcategoryId
)
Parameters
- massSurfaceSubcategoryId ElementId
-
The ElementId of a Mass subcategory of a MassSurfaceData.
Return Value
Boolean
Returns true if appropriate for the input subcategory, false otherwise.
Exceptions
See Also
Reference