2024 Class
Changes 4
C

CustomFieldData

Description:
A class that offer access to the information about a custom field.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CustomFieldData
public class CustomFieldData : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetCustomFieldId() Guid Gets an unique identifier of the custom field.
M GetCustomFieldProperties() ICustomFieldProperties Gets an instance of which represents the properties of this field.
M SetCustomFieldProperties(ICustomFieldProperties) None Sets an instance of which represents the properties of this field.
M ValidateCustomFieldProperties(ICustomFieldProperties) string Validates the custom field properties.
Name Return Type Description
P DefaultRowHeightOnSheet double Identifies the default row height for this field.
P FieldName string The name of this custom field.
P FieldTooltip string The tooltip that will be shown in the schedule properties dialog for this custom field.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.