CustomFieldData Class

A class that offer access to the information about a custom field.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBCustomFieldData

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class CustomFieldData : IDisposable

The CustomFieldData type exposes the following members.

Properties
 NameDescription
Public propertyDefaultRowHeightOnSheet Identifies the default row height for this field.
Public propertyFieldName The name of this custom field.
Public propertyFieldTooltip The tooltip that will be shown in the schedule properties dialog for this custom field.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CustomFieldData
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCustomFieldId Gets an unique identifier of the custom field.
Public methodGetCustomFieldProperties Gets an instance of ICustomFieldProperties which represents the properties of this field.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetCustomFieldProperties Sets an instance of ICustomFieldProperties which represents the properties of this field.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidateCustomFieldProperties Validates the custom field properties.
Top
See Also