2021 Class
Changes 0
C

FamilyType

Description:
The family type object provides read access to the values of family parameters for this type.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.FamilyType
public class FamilyType : APIObject
Name Return Type Description Inherited From
M AsDouble(FamilyParameter) nullNothingnullptr Provides access to the double precision number of the given family parameter.
M AsElementId(FamilyParameter) ElementId Provides access to the Autodesk::Revit::DB::ElementId^ stored in the given family parameter.
M AsInteger(FamilyParameter) nullNothingnullptr Provides access to the integer number of the given family parameter.
M AsString(FamilyParameter) nullNothingnullptr Provides access to the string contents of the given family parameter.
M AsValueString(FamilyParameter) string Provides access to value as a string with unit in the given family parameter.
M HasValue(FamilyParameter) bool Indicates if this family parameter has an assigned value or not.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P Name string The name of the family type.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject