Share

Subelement.CanHaveTypeAssigned Method

Identifies if the subelement can have a type assigned.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool CanHaveTypeAssigned()

Return Value

Boolean
True if subelement can have a type assigned, false otherwise.

Remarks

Some subelements cannot have type assigned, in which case invalid element id is considered to be their type id.

See Also

Reference

Was this information helpful?