2027 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) Nullable<Double> 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) Nullable<Int32> Provides access to the integer number of the given family parameter.
M AsString(FamilyParameter) String 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 Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasValue(FamilyParameter) Boolean Indicates if this family parameter has an assigned value or not.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject ) APIObject
P Name string The name of the family type.