2021 Class
Changes 8
C

FamilyParameter

Description:
The family parameter object.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.FamilyParameter
public class FamilyParameter : APIObject
Name Return Type Description Inherited From
M GetUnitTypeId() ForgeTypeId Gets the identifier of the unit quantifying the parameter value.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P AssociatedParameters ParameterSet The parameters from elements in the family which are associated to this parameter.
P CanAssignFormula bool Indicates if this parameter can be assigned a formula.
P Definition Definition The definition.
P DisplayUnitType DisplayUnitType The display unit type.
P Formula string The formula.
P GUID Guid The globally unique identifier
P Id ElementId The id of the family parameter.
P IsDeterminedByFormula bool Indicates if the parameter is determined by formula.
P IsInstance bool Indicates if the parameter is instance or type.
P IsReadOnly bool Identifies if the object is read-only or modifiable.
P IsReporting bool Indicates if the parameter is a reporting parameter.
P IsShared bool Identifies if the parameter is a shared parameter.
P StorageType StorageType The storage type describes the type that is used internally within the parameter to store its value.
P UserModifiable bool Indicates whether the interactive user can modify the value of this parameter.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject