FamilyManager.NewType
Description:
Add a new family type with a given name and makes it be the current type.
Add a new family type with a given name and makes it be the current type.
public FamilyType NewType(
string typeName
)
-
StringtypeNameThe name of new family type.
-
Thrown when the input argument-"typeName"-is.
-
Thrown when the input argument-"typeName"-is already in use.
-
Thrown when the family type creation failed.