CustomFieldData
Description:
A class that offer access to the information about a custom field.
A class that offer access to the information about a custom field.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.CustomFieldData
System.Object
Autodesk.Revit.DB.CustomFieldData
public class CustomFieldData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the CustomFieldData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCustomFieldId() | Guid | Gets an unique identifier of the custom field. | |
| GetCustomFieldProperties() | ICustomFieldProperties | Gets an instance of ICustomFieldProperties which represents the properties of this field. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetCustomFieldProperties(ICustomFieldProperties) | None | Sets an instance of ICustomFieldProperties which represents the properties of this field. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| ValidateCustomFieldProperties(ICustomFieldProperties) | String | Validates the custom field properties. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DefaultRowHeightOnSheet | double | Identifies the default row height for this field. | |
| FieldName | string | The name of this custom field. | |
| FieldTooltip | string | The tooltip that will be shown in the schedule properties dialog for this custom field. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |