http://images.businessweek.com/ss/05/06/sharing/image/sharing.jpgPPT_LOGO_4b
‹#›
Autodesk Confidential Information
Developer Days Online 
The Wine – Family
Creating, modifying types
Create new type
doc.FamilyManager.NewType(string)
Get/set current type
doc.FamilyManager.CurrentType property
Delete current type
doc.FamilyManager.DeleteCurrentType()
Rename current type
doc.FamilyManager.RenameCurrentType(string)
Look into some of the methods and properties we have for types and parameters. Most of them are self explanatory. They are from family manager – creating new Type, getting or setting the current type and deleting and renaming the current type.