Share

ConceptualConstructionType.IsValidConceptualConstructionId Method

Indicates if the ElementId is an id of a ConceptualConstructionType.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static bool IsValidConceptualConstructionId(
	Document ccda,
	ElementId constructionTypeId
)

Parameters

ccda  Document
The document.
constructionTypeId  ElementId
The ElementId of the ConceptualConstructionType.

Return Value

Boolean
Returns true if is an id of a ConceptualConstructionType, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?