ConceptualConstructionTypeIsValidConceptualConstructionId Method |
Indicates if the ElementId is an id of a ConceptualConstructionType.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool IsValidConceptualConstructionId(
Document ccda,
ElementId constructionTypeId
)
Public Shared Function IsValidConceptualConstructionId (
ccda As Document,
constructionTypeId As ElementId
) As Boolean
public:
static bool IsValidConceptualConstructionId(
Document^ ccda,
ElementId^ constructionTypeId
)
static member IsValidConceptualConstructionId :
ccda : Document *
constructionTypeId : ElementId -> bool
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
See Also