Checks whether the DirectShapeType supports a custom family name.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2022

Syntax

C#
public bool CanChangeFamilyName()
Visual Basic
Public Function CanChangeFamilyName As Boolean
Visual C++
public:
bool CanChangeFamilyName()

Return Value

True if a custom family name is supported, false otherwise.

See Also