RVTDocs.com
Namespace: Autodesk.Revit.DB

FamilyParameter

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