Share

ConceptualConstructionType.IsValidSurfaceSubcategoryForConstruction Method

Indicates if this ConceptualConstructionType is appropriate for the input MassSurfaceData subcategory.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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

ExceptionCondition
ArgumentException The input Element massSurfaceSubcategoryId is not a valid subcategory value for MassSurfaceData.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?