FamilyParameter
The family parameter object.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.FamilyParameter
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FamilyParameter : APIObject
The FamilyParameter type exposes the following members.
Properties
Name
Description
Public Property
AssociatedParameters
The parameters from elements in the family which are associated to this parameter.
Public Property
CanAssignFormula
Indicates if this parameter can be assigned a formula.
Public Property
Definition
The definition.
Public Property
Formula
The formula.
Public Property
Code Example
GUID
The globally unique identifier
Public Property
Id
The id of the family parameter.
Public Property
IsDeterminedByFormula
Indicates if the parameter is determined by formula.
Public Property
IsInstance
Indicates if the parameter is instance or type.
Public Property
IsReadOnly
Identifies if the object is read-only or modifiable.
(Overrides
APIObject.IsReadOnly
)Public Property
IsReporting
Indicates if the parameter is a reporting parameter.
Public Property
IsShared
Identifies if the parameter is a shared parameter.
Public Property
StorageType
The storage type describes the type that is used internally within the parameter to store its value.
Public Property
UserModifiable
Indicates whether the interactive user can modify the value of this parameter.
Methods
Name
Description
Public Method
Dispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
GetUnitTypeId
Gets the identifier of the unit quantifying the parameter value.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)