FamilyManagerNewType Method |
Add a new family type with a given name and makes it be the current type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FamilyType NewType(
string typeName
)
Public Function NewType (
typeName As String
) As FamilyType
public:
FamilyType^ NewType(
String^ typeName
)
member NewType :
typeName : string -> FamilyType
Parameters
- typeName String
- The name of new family type.
Return Value
FamilyType
Exceptions
See Also