FamilyType
Description:
The family type object provides read access to the values of family parameters for this type.
The family type object provides read access to the values of family parameters for this type.
public class FamilyType : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AsDouble(FamilyParameter) | nullNothingnullptr | Provides access to the double precision number of the given family parameter. | |
| AsElementId(FamilyParameter) | ElementId | Provides access to the Autodesk::Revit::DB::ElementId^ stored in the given family parameter. | |
| AsInteger(FamilyParameter) | nullNothingnullptr | Provides access to the integer number of the given family parameter. | |
| AsString(FamilyParameter) | nullNothingnullptr | Provides access to the string contents of the given family parameter. | |
| AsValueString(FamilyParameter) | string | Provides access to value as a string with unit in the given family parameter. | |
| HasValue(FamilyParameter) | bool | Indicates if this family parameter has an assigned value or not. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Name | string | The name of the family type. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |