Revit 2026 API
Direct |
Checks whether the DirectShapeType supports a custom family name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanChangeFamilyName()
Public Function CanChangeFamilyName As Boolean
public: bool CanChangeFamilyName()
member CanChangeFamilyName : unit -> bool
Return Value
BooleanTrue if a custom family name is supported, false otherwise.
See Also