FamilyManagerTypes Property |
All family types in the family.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FamilyTypeSet Types { get; }
Public ReadOnly Property Types As FamilyTypeSet
Get
public:
property FamilyTypeSet^ Types {
FamilyTypeSet^ get ();
}
member Types : FamilyTypeSet with get
Property Value
FamilyTypeSet
See Also