DirectShapeTypeSetFamilyName Method |
Sets the family name for the DirectShapeType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetFamilyName(
string name
)
Public Sub SetFamilyName (
name As String
)
public:
void SetFamilyName(
String^ name
)
member SetFamilyName :
name : string -> unit
Parameters
- name String
-
Family name for the DirectShapeType.
Exceptions
Remarks
By default the family name is either Direct Shape or a category-specific name. When a
category-specific name is used the family name cannot be set.
See Also