SchedulableFieldGetCustomFieldData Method

Gets the data associated with this custom field. If this field isn't a CustomField will return .

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CustomFieldData GetCustomFieldData()

Return Value

CustomFieldData
Returns the data associated with this custom field. If this field isn't a CustomField will return .
See Also