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