| Revit 2022.1 API |
| DirectShapeType..::..CanChangeFamilyName Method |
| DirectShapeType Class See Also |
Checks whether the DirectShapeType supports a custom family name.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022
Syntax
| C# |
|---|
public bool CanChangeFamilyName() |
| Visual Basic |
|---|
Public Function CanChangeFamilyName As Boolean |
| Visual C++ |
|---|
public: bool CanChangeFamilyName() |