RVTDocs.com
Namespace: Autodesk.Revit.DB

CustomFieldData

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