Identifies if the element can have a type assigned.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanHaveTypeAssigned()
Return Value
Boolean
True if element can have a type assigned, false otherwise.
Remarks
Some elements cannot have type assigned,
in which case invalid element id is considered to be their type id.
See Also
Reference