Gets the family name of an ElementType.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 18.0.0.0 (18.2.0.0)
Since:
2012
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This function is deprecated in Revit 2018. Please use ElementType.FamilyName instead.")> _
Public Shared Function GetFamilyName ( _
elemType As ElementType _
) As String |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This function is deprecated in Revit 2018. Please use ElementType.FamilyName instead.")]
public:
static String^ GetFamilyName(
ElementType^ elemType
) |
Return Value
The name.
Exceptions
See Also