ConceptualConstructionType.IsValidSurfaceSubcategoryForConstruction
Method
Description:
Indicates if this ConceptualConstructionType is appropriate for the input MassSurfaceData subcategory.
Indicates if this ConceptualConstructionType is appropriate for the input MassSurfaceData subcategory.
Parameters
| Parameter | Type | Description |
|---|---|---|
| massSurfaceSubcategoryId | ElementId | The ElementId of a Mass subcategory of a MassSurfaceData. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if appropriate for the input subcategory, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The input Element massSurfaceSubcategoryId is not a valid subcategory value for MassSurfaceData. |
| ArgumentNullException | A non-optional argument was null |